Html Css Color HEX #144C73 Dark Cerulean

📋 copy color: '#144C73'

red 20 ◦ green 76 ◦ blue 115

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

Shades of Dark Cerulean #144C73

Tints of Dark Cerulean #144C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

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

R = 9.48%
G = 36.02%
B = 54.5%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144C73 (or 0x144C73) is known color: Dark Cerulean. HEX triplet: 14, 4C and 73. RGB value is (20,76,115). Sum of RGB (Red+Green+Blue) = 20+76+115=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #144C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C73 is #EBB38C. Grayscale: #3F3F3F. Windows color (decimal): -15446925 or 7556116. OLE color: 7556116.

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

Color convert

RGB 20 76 115 -
CMYK 0.83 0.34 0 0.55
HSL 204.63º 0.7% 0.26% -
HSV(B) 204.63º 0.83% 0.45% -
XYZ 5.97 6.56 17.17 -
YUV 63.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 20 76 115 0.83 0.34 0 0.55 204.63 0.7 0.26
Hex 14 4C 73 53 22 0 37 CD 46 1A
Octal 24 114 163 123 42 0 67 315 106 32
Binary 10100 1001100 1110011 1010011 100010 0 110111 11001101 1000110 11010

Color Harmonies of #144C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C73

Black with #144C73

Text Example


Text Example

White with #144C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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