Html Css Color HEX #144774 Dark Cerulean

📋 copy color: '#144774'

red 20 ◦ green 71 ◦ blue 116

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

Shades of Dark Cerulean #144774

Tints of Dark Cerulean #144774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 9.66%
G = 34.3%
B = 56.04%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144774 (or 0x144774) is known color: Dark Cerulean. HEX triplet: 14, 47 and 74. RGB value is (20,71,116). Sum of RGB (Red+Green+Blue) = 20+71+116=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #144774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144774 is #EBB88B. Grayscale: #3C3C3C. Windows color (decimal): -15448204 or 7620372. OLE color: 7620372.

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

Color convert

RGB 20 71 116 -
CMYK 0.83 0.39 0 0.55
HSL 208.13º 0.71% 0.27% -
HSV(B) 208.13º 0.83% 0.45% -
XYZ 5.69 5.92 17.36 -
YUV 60.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 20 71 116 0.83 0.39 0 0.55 208.13 0.71 0.27
Hex 14 47 74 53 27 0 37 D0 47 1B
Octal 24 107 164 123 47 0 67 320 107 33
Binary 10100 1000111 1110100 1010011 100111 0 110111 11010000 1000111 11011

Color Harmonies of #144774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144774

Black with #144774

Text Example


Text Example

White with #144774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144774; }

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

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

background-color css

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

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

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

border-color css

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

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

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