#144377

Color #144377 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #144377

Tints of Dark Cerulean #144377

Color information

#144377 (or 0x144377) is unknown color: approx Dark Cerulean. HEX triplet: 14, 43 and 77. RGB value is (20,67,119). Sum of RGB (Red+Green+Blue) = 20+67+119=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #144377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144377 is #EBBC88. Grayscale: #3A3A3A. Windows color (decimal): -15449225 or 7815956. OLE color: 7815956.

HSL color Cylindrical-coordinate representation of color #144377: hue angle of 211.52º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144377 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2067119-
CMYK0.830.4400.53
HSL211.52º71.22%27.25%-
HSV(B)211.52º83.19%46.67%-
XYZ5.635.4918.22-
YUV58.88161.93100.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=9.71%
G=32.52%
B=57.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20671190.830.4400.53211.5271.2227.25
Hex144377532C035d4471b
Octal241031671235406532410733
Binary10100100001111101111010011101100011010111010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144377; }

 p { color: rgb(20,67,119); }

 H1.HeaderClassName
 {
   color: #144377;
 }
 .AnyTagClassName
 {
   color: #144377;
 }
</style>
background-color css

<style>
 a { background-color: #144377; }

 a { background-color: rgb(20,67,119); }

 div.DivClassName
 {
   background-color: #144377;
 }
 .BgClassName
 {
   background-color: #144377;
 }
</style>
border-color css

<style>
 span { border-color: #144377; }

 span { border-color: rgb(20,67,119); }

 td.TdClassName
 {
   border-color: #144377;
 }
 .TagClassName
 {
   border-color: #144377;
 }
</style>