Html Css Color HEX #014D74 Dark Cerulean

📋 copy color: '#014D74'

red 1 ◦ green 77 ◦ blue 116

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

Shades of Dark Cerulean #014D74

Tints of Dark Cerulean #014D74

RGB

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

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

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

R = 0.52%
G = 39.69%
B = 59.79%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#014D74 (or 0x014D74) is known color: Dark Cerulean. HEX triplet: 01, 4D and 74. RGB value is (1,77,116). Sum of RGB (Red+Green+Blue) = 1+77+116=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #014D74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D74 is #FEB28B. Grayscale: #3A3A3A. Windows color (decimal): -16691852 or 7621889. OLE color: 7621889.

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

Color convert

RGB 1 77 116 -
CMYK 0.99 0.34 0 0.55
HSL 200.35º 0.98% 0.23% -
HSV(B) 200.35º 0.99% 0.45% -
XYZ 5.82 6.58 17.49 -
YUV 58.72 160.32 86.83 -
System Red Green Blue C M Y K H S L
Decimal 1 77 116 0.99 0.34 0 0.55 200.35 0.98 0.23
Hex 1 4D 74 63 22 0 37 C8 62 17
Octal 1 115 164 143 42 0 67 310 142 27
Binary 1 1001101 1110100 1100011 100010 0 110111 11001000 1100010 10111

Color Harmonies of #014D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D74

Black with #014D74

Text Example


Text Example

White with #014D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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