Html Css Color HEX #01477F Dark Cerulean

📋 copy color: '#01477F'

red 1 ◦ green 71 ◦ blue 127

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

Shades of Dark Cerulean #01477F

Tints of Dark Cerulean #01477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 63.82%

R = 0.5%
G = 35.68%
B = 63.82%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01477F (or 0x01477F) is known color: Dark Cerulean. HEX triplet: 01, 47 and 7F. RGB value is (1,71,127). Sum of RGB (Red+Green+Blue) = 1+71+127=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #01477F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01477F is #FEB880. Grayscale: #383838. Windows color (decimal): -16693377 or 8341249. OLE color: 8341249.

HSL color Cylindrical-coordinate representation of color #01477F: hue angle of 206.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01477F is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 71 127 -
CMYK 0.99 0.44 0 0.50
HSL 206.67º 0.98% 0.25% -
HSV(B) 206.67º 0.99% 0.5% -
XYZ 6.1 6.05 20.92 -
YUV 56.45 167.81 88.45 -
System Red Green Blue C M Y K H S L
Decimal 1 71 127 0.99 0.44 0 0.50 206.67 0.98 0.25
Hex 1 47 7F 63 2C 0 32 CF 62 19
Octal 1 107 177 143 54 0 62 317 142 31
Binary 1 1000111 1111111 1100011 101100 0 110010 11001111 1100010 11001

Color Harmonies of #01477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01477F

Black with #01477F

Text Example


Text Example

White with #01477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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