Html Css Color HEX #014676 Dark Cerulean

📋 copy color: '#014676'

red 1 ◦ green 70 ◦ blue 118

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

Shades of Dark Cerulean #014676

Tints of Dark Cerulean #014676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

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

R = 0.53%
G = 37.04%
B = 62.43%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014676 (or 0x014676) is known color: Dark Cerulean. HEX triplet: 01, 46 and 76. RGB value is (1,70,118). Sum of RGB (Red+Green+Blue) = 1+70+118=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #014676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014676 is #FEB989. Grayscale: #363636. Windows color (decimal): -16693642 or 7751169. OLE color: 7751169.

HSL color Cylindrical-coordinate representation of color #014676: hue angle of 204.62º 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 #014676 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 70 118 -
CMYK 0.99 0.41 0 0.54
HSL 204.62º 0.98% 0.23% -
HSV(B) 204.62º 0.99% 0.46% -
XYZ 5.47 5.69 17.95 -
YUV 54.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 1 70 118 0.99 0.41 0 0.54 204.62 0.98 0.23
Hex 1 46 76 63 29 0 36 CD 62 17
Octal 1 106 166 143 51 0 66 315 142 27
Binary 1 1000110 1110110 1100011 101001 0 110110 11001101 1100010 10111

Color Harmonies of #014676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014676

Black with #014676

Text Example


Text Example

White with #014676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014676; }

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

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

background-color css

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

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

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

border-color css

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

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

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