Html Css Color HEX #010072 Navy

📋 copy color: '#010072'

red 1 ◦ green 0 ◦ blue 114

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

Shades of Navy #010072

Tints of Navy #010072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 99.13%

R = 0.87%
G = 0%
B = 99.13%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010072 (or 0x010072) is known color: Navy. HEX triplet: 01, 00 and 72. RGB value is (1,0,114). Sum of RGB (Red+Green+Blue) = 1+0+114=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 114 (44.92% from 255 or 99.13% from 115); Max value from RGB is 114 - color contains mainly: blue. Hex color #010072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010072 is #FEFF8D. Grayscale: #0C0C0C. Windows color (decimal): -16711566 or 7471105. OLE color: 7471105.

HSL color Cylindrical-coordinate representation of color #010072: hue angle of 240.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010072 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 0 114 -
CMYK 0.99 1 0 0.55
HSL 240.53º 1% 0.22% -
HSV(B) 240.53º 1% 0.45% -
XYZ 3.05 1.22 15.99 -
YUV 13.3 184.83 119.23 -
System Red Green Blue C M Y K H S L
Decimal 1 0 114 0.99 1 0 0.55 240.53 1 0.22
Hex 1 0 72 63 64 0 37 F1 64 16
Octal 1 0 162 143 144 0 67 361 144 26
Binary 1 0 1110010 1100011 1100100 0 110111 11110001 1100100 10110

Color Harmonies of #010072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010072

Black with #010072

Text Example


Text Example

White with #010072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010072; }

 p { color: rgb(1,0,114); }

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

background-color css

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

 a { background-color: rgb(1,0,114); }

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

border-color css

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

 span { border-color: rgb(1,0,114); }

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