Html Css Color HEX #010862 Navy

📋 copy color: '#010862'

red 1 ◦ green 8 ◦ blue 98

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

Shades of Navy #010862

Tints of Navy #010862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 0.93%
G = 7.48%
B = 91.59%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010862 (or 0x010862) is known color: Navy. HEX triplet: 01, 08 and 62. RGB value is (1,8,98). Sum of RGB (Red+Green+Blue) = 1+8+98=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #010862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010862 is #FEF79D. Grayscale: #0F0F0F. Windows color (decimal): -16709534 or 6424577. OLE color: 6424577.

HSL color Cylindrical-coordinate representation of color #010862: hue angle of 235.67º 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 #010862 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 8 98 -
CMYK 0.99 0.92 0 0.62
HSL 235.67º 0.98% 0.19% -
HSV(B) 235.67º 0.99% 0.38% -
XYZ 2.3 1.06 11.64 -
YUV 16.17 174.18 117.18 -
System Red Green Blue C M Y K H S L
Decimal 1 8 98 0.99 0.92 0 0.62 235.67 0.98 0.19
Hex 1 8 62 63 5C 0 3E EC 62 13
Octal 1 10 142 143 134 0 76 354 142 23
Binary 1 1000 1100010 1100011 1011100 0 111110 11101100 1100010 10011

Color Harmonies of #010862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010862

Black with #010862

Text Example


Text Example

White with #010862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010862; }

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

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

background-color css

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

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

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

border-color css

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

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

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