Html Css Color HEX #144777 Dark Cerulean

📋 copy color: '#144777'

red 20 ◦ green 71 ◦ blue 119

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

Shades of Dark Cerulean #144777

Tints of Dark Cerulean #144777

RGB

 RED value IS 20 (8.2% from 255) = 9.52%

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 9.52%
G = 33.81%
B = 56.67%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144777 (or 0x144777) is known color: Dark Cerulean. HEX triplet: 14, 47 and 77. RGB value is (20,71,119). Sum of RGB (Red+Green+Blue) = 20+71+119=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #144777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144777 is #EBB888. Grayscale: #3C3C3C. Windows color (decimal): -15448201 or 7816980. OLE color: 7816980.

HSL color Cylindrical-coordinate representation of color #144777: hue angle of 209.09º 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 #144777 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 71 119 -
CMYK 0.83 0.40 0 0.53
HSL 209.09º 0.71% 0.27% -
HSV(B) 209.09º 0.83% 0.47% -
XYZ 5.87 5.99 18.3 -
YUV 61.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 20 71 119 0.83 0.40 0 0.53 209.09 0.71 0.27
Hex 14 47 77 53 28 0 35 D1 47 1B
Octal 24 107 167 123 50 0 65 321 107 33
Binary 10100 1000111 1110111 1010011 101000 0 110101 11010001 1000111 11011

Color Harmonies of #144777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144777

Black with #144777

Text Example


Text Example

White with #144777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144777; }

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

 H1.HeaderClassName
 {
   color: #144777;
 }
 .AnyTagClassName
 {
   color: #144777;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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