Html Css Color HEX #010562 Navy

📋 copy color: '#010562'

red 1 ◦ green 5 ◦ blue 98

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

Shades of Navy #010562

Tints of Navy #010562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.81%

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

R = 0.96%
G = 4.81%
B = 94.23%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010562 (or 0x010562) is known color: Navy. HEX triplet: 01, 05 and 62. RGB value is (1,5,98). Sum of RGB (Red+Green+Blue) = 1+5+98=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 98 (38.67% from 255 or 94.23% from 104); Max value from RGB is 98 - color contains mainly: blue. Hex color #010562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010562 is #FEFA9D. Grayscale: #0E0E0E. Windows color (decimal): -16710302 or 6423809. OLE color: 6423809.

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

Color convert

RGB 1 5 98 -
CMYK 0.99 0.95 0 0.62
HSL 237.53º 0.98% 0.19% -
HSV(B) 237.53º 0.99% 0.38% -
XYZ 2.27 1 11.63 -
YUV 14.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 1 5 98 0.99 0.95 0 0.62 237.53 0.98 0.19
Hex 1 5 62 63 5F 0 3E EE 62 13
Octal 1 5 142 143 137 0 76 356 142 23
Binary 1 101 1100010 1100011 1011111 0 111110 11101110 1100010 10011

Color Harmonies of #010562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010562

Black with #010562

Text Example


Text Example

White with #010562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010562; }

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

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

background-color css

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

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

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

border-color css

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

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

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