Html Css Color HEX #144373 Dark Cerulean

📋 copy color: '#144373'

red 20 ◦ green 67 ◦ blue 115

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

Shades of Dark Cerulean #144373

Tints of Dark Cerulean #144373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 9.9%
G = 33.17%
B = 56.93%

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

#144373 (or 0x144373) is known color: Dark Cerulean. HEX triplet: 14, 43 and 73. RGB value is (20,67,115). Sum of RGB (Red+Green+Blue) = 20+67+115=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #144373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144373 is #EBBC8C. Grayscale: #3A3A3A. Windows color (decimal): -15449229 or 7553812. OLE color: 7553812.

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

Color convert

RGB 20 67 115 -
CMYK 0.83 0.42 0 0.55
HSL 210.32º 0.7% 0.26% -
HSV(B) 210.32º 0.83% 0.45% -
XYZ 5.39 5.4 16.98 -
YUV 58.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 20 67 115 0.83 0.42 0 0.55 210.32 0.7 0.26
Hex 14 43 73 53 2A 0 37 D2 46 1A
Octal 24 103 163 123 52 0 67 322 106 32
Binary 10100 1000011 1110011 1010011 101010 0 110111 11010010 1000110 11010

Color Harmonies of #144373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144373

Black with #144373

Text Example


Text Example

White with #144373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144373; }

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

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

background-color css

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

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

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

border-color css

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

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

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