Html Css Color HEX #144072 Dark Cerulean

📋 copy color: '#144072'

red 20 ◦ green 64 ◦ blue 114

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

Shades of Dark Cerulean #144072

Tints of Dark Cerulean #144072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.32%

 BLUE value IS 114 (44.92% from 255) = 57.58%

R = 10.1%
G = 32.32%
B = 57.58%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144072 (or 0x144072) is known color: Dark Cerulean. HEX triplet: 14, 40 and 72. RGB value is (20,64,114). Sum of RGB (Red+Green+Blue) = 20+64+114=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #144072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144072 is #EBBF8D. Grayscale: #383838. Windows color (decimal): -15449998 or 7487508. OLE color: 7487508.

HSL color Cylindrical-coordinate representation of color #144072: hue angle of 211.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144072 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 64 114 -
CMYK 0.82 0.44 0 0.55
HSL 211.91º 0.7% 0.26% -
HSV(B) 211.91º 0.82% 0.45% -
XYZ 5.16 5.03 16.62 -
YUV 56.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 20 64 114 0.82 0.44 0 0.55 211.91 0.7 0.26
Hex 14 40 72 52 2C 0 37 D4 46 1A
Octal 24 100 162 122 54 0 67 324 106 32
Binary 10100 1000000 1110010 1010010 101100 0 110111 11010100 1000110 11010

Color Harmonies of #144072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144072

Black with #144072

Text Example


Text Example

White with #144072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144072; }

 p { color: rgb(20,64,114); }

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

background-color css

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

 a { background-color: rgb(20,64,114); }

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

border-color css

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

 span { border-color: rgb(20,64,114); }

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