Html Css Color HEX #014675 Dark Cerulean

📋 copy color: '#014675'

red 1 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #014675

Tints of Dark Cerulean #014675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 62.23%

R = 0.53%
G = 37.23%
B = 62.23%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014675 (or 0x014675) is known color: Dark Cerulean. HEX triplet: 01, 46 and 75. RGB value is (1,70,117). Sum of RGB (Red+Green+Blue) = 1+70+117=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #014675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014675 is #FEB98A. Grayscale: #363636. Windows color (decimal): -16693643 or 7685633. OLE color: 7685633.

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

Color convert

RGB 1 70 117 -
CMYK 0.99 0.40 0 0.54
HSL 204.31º 0.98% 0.23% -
HSV(B) 204.31º 0.99% 0.46% -
XYZ 5.41 5.67 17.64 -
YUV 54.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 1 70 117 0.99 0.40 0 0.54 204.31 0.98 0.23
Hex 1 46 75 63 28 0 36 CC 62 17
Octal 1 106 165 143 50 0 66 314 142 27
Binary 1 1000110 1110101 1100011 101000 0 110110 11001100 1100010 10111

Color Harmonies of #014675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014675

Black with #014675

Text Example


Text Example

White with #014675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014675; }

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

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

background-color css

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

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

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

border-color css

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

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

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