Html Css Color HEX #014376 Dark Cerulean

📋 copy color: '#014376'

red 1 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #014376

Tints of Dark Cerulean #014376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.44%

R = 0.54%
G = 36.02%
B = 63.44%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014376 (or 0x014376) is known color: Dark Cerulean. HEX triplet: 01, 43 and 76. RGB value is (1,67,118). Sum of RGB (Red+Green+Blue) = 1+67+118=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #014376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014376 is #FEBC89. Grayscale: #343434. Windows color (decimal): -16694410 or 7750401. OLE color: 7750401.

HSL color Cylindrical-coordinate representation of color #014376: hue angle of 206.15º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014376 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 67 118 -
CMYK 0.99 0.43 0 0.54
HSL 206.15º 0.98% 0.23% -
HSV(B) 206.15º 0.99% 0.46% -
XYZ 5.29 5.33 17.89 -
YUV 53.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 1 67 118 0.99 0.43 0 0.54 206.15 0.98 0.23
Hex 1 43 76 63 2B 0 36 CE 62 17
Octal 1 103 166 143 53 0 66 316 142 27
Binary 1 1000011 1110110 1100011 101011 0 110110 11001110 1100010 10111

Color Harmonies of #014376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014376

Black with #014376

Text Example


Text Example

White with #014376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014376; }

 p { color: rgb(1,67,118); }

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

background-color css

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

 a { background-color: rgb(1,67,118); }

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

border-color css

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

 span { border-color: rgb(1,67,118); }

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