Html Css Color HEX #01477D Dark Cerulean

📋 copy color: '#01477D'

red 1 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #01477D

Tints of Dark Cerulean #01477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 63.45%

R = 0.51%
G = 36.04%
B = 63.45%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01477D (or 0x01477D) is known color: Dark Cerulean. HEX triplet: 01, 47 and 7D. RGB value is (1,71,125). Sum of RGB (Red+Green+Blue) = 1+71+125=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #01477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01477D is #FEB882. Grayscale: #373737. Windows color (decimal): -16693379 or 8210177. OLE color: 8210177.

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

Color convert

RGB 1 71 125 -
CMYK 0.99 0.43 0 0.51
HSL 206.13º 0.98% 0.25% -
HSV(B) 206.13º 0.99% 0.49% -
XYZ 5.97 5.99 20.24 -
YUV 56.23 166.81 88.61 -
System Red Green Blue C M Y K H S L
Decimal 1 71 125 0.99 0.43 0 0.51 206.13 0.98 0.25
Hex 1 47 7D 63 2B 0 33 CE 62 19
Octal 1 107 175 143 53 0 63 316 142 31
Binary 1 1000111 1111101 1100011 101011 0 110011 11001110 1100010 11001

Color Harmonies of #01477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01477D

Black with #01477D

Text Example


Text Example

White with #01477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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