Html Css Color HEX #01476B Dark Cerulean

📋 copy color: '#01476B'

red 1 ◦ green 71 ◦ blue 107

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

Shades of Dark Cerulean #01476B

Tints of Dark Cerulean #01476B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 107 (42.19% from 255) = 59.78%

R = 0.56%
G = 39.66%
B = 59.78%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01476B (or 0x01476B) is known color: Dark Cerulean. HEX triplet: 01, 47 and 6B. RGB value is (1,71,107). Sum of RGB (Red+Green+Blue) = 1+71+107=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #01476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01476B is #FEB894. Grayscale: #353535. Windows color (decimal): -16693397 or 7030529. OLE color: 7030529.

HSL color Cylindrical-coordinate representation of color #01476B: hue angle of 200.38º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01476B is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 71 107 -
CMYK 0.99 0.34 0 0.58
HSL 200.38º 0.98% 0.21% -
HSV(B) 200.38º 0.99% 0.42% -
XYZ 4.92 5.57 14.73 -
YUV 54.17 157.81 90.07 -
System Red Green Blue C M Y K H S L
Decimal 1 71 107 0.99 0.34 0 0.58 200.38 0.98 0.21
Hex 1 47 6B 63 22 0 3A C8 62 15
Octal 1 107 153 143 42 0 72 310 142 25
Binary 1 1000111 1101011 1100011 100010 0 111010 11001000 1100010 10101

Color Harmonies of #01476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01476B

Black with #01476B

Text Example


Text Example

White with #01476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01476B; }

 p { color: rgb(1,71,107); }

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

background-color css

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

 a { background-color: rgb(1,71,107); }

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

border-color css

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

 span { border-color: rgb(1,71,107); }

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