Html Css Color HEX #144377 Dark Cerulean

📋 copy color: '#144377'

red 20 ◦ green 67 ◦ blue 119

#144377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #144377

Tints of Dark Cerulean #144377

RGB

 RED value IS 20 (8.2% 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 value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144377 (or 0x144377) is known color: 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

RGB 20 67 119 -
CMYK 0.83 0.44 0 0.53
HSL 211.52º 0.71% 0.27% -
HSV(B) 211.52º 0.83% 0.47% -
XYZ 5.63 5.49 18.22 -
YUV 58.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 20 67 119 0.83 0.44 0 0.53 211.52 0.71 0.27
Hex 14 43 77 53 2C 0 35 D4 47 1B
Octal 24 103 167 123 54 0 65 324 107 33
Binary 10100 1000011 1110111 1010011 101100 0 110101 11010100 1000111 11011

Color Harmonies of #144377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144377

Black with #144377

Text Example


Text Example

White with #144377

Text Example


Text Example

HTML Codes & Css Web 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>