Html Css Color HEX #144D78 Dark Cerulean

📋 copy color: '#144D78'

red 20 ◦ green 77 ◦ blue 120

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

Shades of Dark Cerulean #144D78

Tints of Dark Cerulean #144D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

 BLUE value IS 120 (47.27% from 255) = 55.3%

R = 9.22%
G = 35.48%
B = 55.3%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144D78 (or 0x144D78) is known color: Dark Cerulean. HEX triplet: 14, 4D and 78. RGB value is (20,77,120). Sum of RGB (Red+Green+Blue) = 20+77+120=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #144D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D78 is #EBB287. Grayscale: #404040. Windows color (decimal): -15446664 or 7884052. OLE color: 7884052.

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

Color convert

RGB 20 77 120 -
CMYK 0.83 0.36 0 0.53
HSL 205.8º 0.71% 0.27% -
HSV(B) 205.8º 0.83% 0.47% -
XYZ 6.33 6.81 18.75 -
YUV 64.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 20 77 120 0.83 0.36 0 0.53 205.8 0.71 0.27
Hex 14 4D 78 53 24 0 35 CE 47 1B
Octal 24 115 170 123 44 0 65 316 107 33
Binary 10100 1001101 1111000 1010011 100100 0 110101 11001110 1000111 11011

Color Harmonies of #144D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D78

Black with #144D78

Text Example


Text Example

White with #144D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144D78; }

 p { color: rgb(20,77,120); }

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

background-color css

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

 a { background-color: rgb(20,77,120); }

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

border-color css

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

 span { border-color: rgb(20,77,120); }

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