Html Css Color HEX #01477A Dark Cerulean

📋 copy color: '#01477A'

red 1 ◦ green 71 ◦ blue 122

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

Shades of Dark Cerulean #01477A

Tints of Dark Cerulean #01477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 62.89%

R = 0.52%
G = 36.6%
B = 62.89%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01477A (or 0x01477A) is known color: Dark Cerulean. HEX triplet: 01, 47 and 7A. RGB value is (1,71,122). Sum of RGB (Red+Green+Blue) = 1+71+122=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #01477A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01477A is #FEB885. Grayscale: #373737. Windows color (decimal): -16693382 or 8013569. OLE color: 8013569.

HSL color Cylindrical-coordinate representation of color #01477A: hue angle of 205.29º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01477A is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 71 122 -
CMYK 0.99 0.42 0 0.52
HSL 205.29º 0.98% 0.24% -
HSV(B) 205.29º 0.99% 0.48% -
XYZ 5.78 5.92 19.25 -
YUV 55.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 1 71 122 0.99 0.42 0 0.52 205.29 0.98 0.24
Hex 1 47 7A 63 2A 0 34 CD 62 18
Octal 1 107 172 143 52 0 64 315 142 30
Binary 1 1000111 1111010 1100011 101010 0 110100 11001101 1100010 11000

Color Harmonies of #01477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01477A

Black with #01477A

Text Example


Text Example

White with #01477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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