Html Css Color HEX #144D73 Dark Cerulean

📋 copy color: '#144D73'

red 20 ◦ green 77 ◦ blue 115

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

Shades of Dark Cerulean #144D73

Tints of Dark Cerulean #144D73

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.32%

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

R = 9.43%
G = 36.32%
B = 54.25%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144D73 (or 0x144D73) is known color: Dark Cerulean. HEX triplet: 14, 4D and 73. RGB value is (20,77,115). Sum of RGB (Red+Green+Blue) = 20+77+115=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #144D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D73 is #EBB28C. Grayscale: #404040. Windows color (decimal): -15446669 or 7556372. OLE color: 7556372.

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

Color convert

RGB 20 77 115 -
CMYK 0.83 0.33 0 0.55
HSL 204º 0.7% 0.26% -
HSV(B) 204º 0.83% 0.45% -
XYZ 6.04 6.69 17.19 -
YUV 64.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 20 77 115 0.83 0.33 0 0.55 204 0.7 0.26
Hex 14 4D 73 53 21 0 37 CC 46 1A
Octal 24 115 163 123 41 0 67 314 106 32
Binary 10100 1001101 1110011 1010011 100001 0 110111 11001100 1000110 11010

Color Harmonies of #144D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D73

Black with #144D73

Text Example


Text Example

White with #144D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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