Html Css Color HEX #144376 Dark Cerulean

📋 copy color: '#144376'

red 20 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #144376

Tints of Dark Cerulean #144376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 9.76%
G = 32.68%
B = 57.56%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144376 (or 0x144376) is known color: Dark Cerulean. HEX triplet: 14, 43 and 76. RGB value is (20,67,118). Sum of RGB (Red+Green+Blue) = 20+67+118=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #144376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144376 is #EBBC89. Grayscale: #3A3A3A. Windows color (decimal): -15449226 or 7750420. OLE color: 7750420.

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

Color convert

RGB 20 67 118 -
CMYK 0.83 0.43 0 0.54
HSL 211.22º 0.71% 0.27% -
HSV(B) 211.22º 0.83% 0.46% -
XYZ 5.57 5.47 17.9 -
YUV 58.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 20 67 118 0.83 0.43 0 0.54 211.22 0.71 0.27
Hex 14 43 76 53 2B 0 36 D3 47 1B
Octal 24 103 166 123 53 0 66 323 107 33
Binary 10100 1000011 1110110 1010011 101011 0 110110 11010011 1000111 11011

Color Harmonies of #144376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144376

Black with #144376

Text Example


Text Example

White with #144376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144376; }

 p { color: rgb(20,67,118); }

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

background-color css

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

 a { background-color: rgb(20,67,118); }

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

border-color css

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

 span { border-color: rgb(20,67,118); }

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