Html Css Color HEX #014D73 Dark Cerulean

📋 copy color: '#014D73'

red 1 ◦ green 77 ◦ blue 115

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

Shades of Dark Cerulean #014D73

Tints of Dark Cerulean #014D73

RGB

 RED value IS 1 (0.78% from 255) = 0.52%

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

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

R = 0.52%
G = 39.9%
B = 59.59%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014D73 (or 0x014D73) is known color: Dark Cerulean. HEX triplet: 01, 4D and 73. RGB value is (1,77,115). Sum of RGB (Red+Green+Blue) = 1+77+115=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #014D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D73 is #FEB28C. Grayscale: #3A3A3A. Windows color (decimal): -16691853 or 7556353. OLE color: 7556353.

HSL color Cylindrical-coordinate representation of color #014D73: hue angle of 200º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D73 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 77 115 -
CMYK 0.99 0.33 0 0.55
HSL 200º 0.98% 0.23% -
HSV(B) 200º 0.99% 0.45% -
XYZ 5.76 6.55 17.18 -
YUV 58.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 1 77 115 0.99 0.33 0 0.55 200 0.98 0.23
Hex 1 4D 73 63 21 0 37 C8 62 17
Octal 1 115 163 143 41 0 67 310 142 27
Binary 1 1001101 1110011 1100011 100001 0 110111 11001000 1100010 10111

Color Harmonies of #014D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D73

Black with #014D73

Text Example


Text Example

White with #014D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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