Html Css Color HEX #014476 Dark Cerulean

📋 copy color: '#014476'

red 1 ◦ green 68 ◦ blue 118

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

Shades of Dark Cerulean #014476

Tints of Dark Cerulean #014476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 0.53%
G = 36.36%
B = 63.1%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#014476 (or 0x014476) is known color: Dark Cerulean. HEX triplet: 01, 44 and 76. RGB value is (1,68,118). Sum of RGB (Red+Green+Blue) = 1+68+118=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #014476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014476 is #FEBB89. Grayscale: #353535. Windows color (decimal): -16694154 or 7750657. OLE color: 7750657.

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

Color convert

RGB 1 68 118 -
CMYK 0.99 0.42 0 0.54
HSL 205.64º 0.98% 0.23% -
HSV(B) 205.64º 0.99% 0.46% -
XYZ 5.35 5.45 17.91 -
YUV 53.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 1 68 118 0.99 0.42 0 0.54 205.64 0.98 0.23
Hex 1 44 76 63 2A 0 36 CE 62 17
Octal 1 104 166 143 52 0 66 316 142 27
Binary 1 1000100 1110110 1100011 101010 0 110110 11001110 1100010 10111

Color Harmonies of #014476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014476

Black with #014476

Text Example


Text Example

White with #014476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014476; }

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

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

background-color css

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

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

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

border-color css

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

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

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