Html Css Color HEX #010762 Navy

📋 copy color: '#010762'

red 1 ◦ green 7 ◦ blue 98

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

Shades of Navy #010762

Tints of Navy #010762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.6%

 BLUE value IS 98 (38.67% from 255) = 92.45%

R = 0.94%
G = 6.6%
B = 92.45%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010762 (or 0x010762) is known color: Navy. HEX triplet: 01, 07 and 62. RGB value is (1,7,98). Sum of RGB (Red+Green+Blue) = 1+7+98=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #010762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010762 is #FEF89D. Grayscale: #0F0F0F. Windows color (decimal): -16709790 or 6424321. OLE color: 6424321.

HSL color Cylindrical-coordinate representation of color #010762: hue angle of 236.29º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010762 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 7 98 -
CMYK 0.99 0.93 0 0.62
HSL 236.29º 0.98% 0.19% -
HSV(B) 236.29º 0.99% 0.38% -
XYZ 2.29 1.04 11.64 -
YUV 15.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 1 7 98 0.99 0.93 0 0.62 236.29 0.98 0.19
Hex 1 7 62 63 5D 0 3E EC 62 13
Octal 1 7 142 143 135 0 76 354 142 23
Binary 1 111 1100010 1100011 1011101 0 111110 11101100 1100010 10011

Color Harmonies of #010762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010762

Black with #010762

Text Example


Text Example

White with #010762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010762; }

 p { color: rgb(1,7,98); }

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

background-color css

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

 a { background-color: rgb(1,7,98); }

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

border-color css

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

 span { border-color: rgb(1,7,98); }

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