Html Css Color HEX #144374 Dark Cerulean

📋 copy color: '#144374'

red 20 ◦ green 67 ◦ blue 116

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

Shades of Dark Cerulean #144374

Tints of Dark Cerulean #144374

RGB

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

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

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

R = 9.85%
G = 33%
B = 57.14%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144374 (or 0x144374) is known color: Dark Cerulean. HEX triplet: 14, 43 and 74. RGB value is (20,67,116). Sum of RGB (Red+Green+Blue) = 20+67+116=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #144374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144374 is #EBBC8B. Grayscale: #3A3A3A. Windows color (decimal): -15449228 or 7619348. OLE color: 7619348.

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

Color convert

RGB 20 67 116 -
CMYK 0.83 0.42 0 0.55
HSL 210.63º 0.71% 0.27% -
HSV(B) 210.63º 0.83% 0.45% -
XYZ 5.45 5.42 17.28 -
YUV 58.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 20 67 116 0.83 0.42 0 0.55 210.63 0.71 0.27
Hex 14 43 74 53 2A 0 37 D3 47 1B
Octal 24 103 164 123 52 0 67 323 107 33
Binary 10100 1000011 1110100 1010011 101010 0 110111 11010011 1000111 11011

Color Harmonies of #144374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144374

Black with #144374

Text Example


Text Example

White with #144374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144374; }

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

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

background-color css

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

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

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

border-color css

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

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

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