Html Css Color HEX #010362 Navy

📋 copy color: '#010362'

red 1 ◦ green 3 ◦ blue 98

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

Shades of Navy #010362

Tints of Navy #010362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.94%

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

R = 0.98%
G = 2.94%
B = 96.08%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010362 (or 0x010362) is known color: Navy. HEX triplet: 01, 03 and 62. RGB value is (1,3,98). Sum of RGB (Red+Green+Blue) = 1+3+98=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 98 (38.67% from 255 or 96.08% from 102); Max value from RGB is 98 - color contains mainly: blue. Hex color #010362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010362 is #FEFC9D. Grayscale: #0C0C0C. Windows color (decimal): -16710814 or 6423297. OLE color: 6423297.

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

Color convert

RGB 1 3 98 -
CMYK 0.99 0.97 0 0.62
HSL 238.76º 0.98% 0.19% -
HSV(B) 238.76º 0.99% 0.38% -
XYZ 2.25 0.95 11.62 -
YUV 13.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 1 3 98 0.99 0.97 0 0.62 238.76 0.98 0.19
Hex 1 3 62 63 61 0 3E EF 62 13
Octal 1 3 142 143 141 0 76 357 142 23
Binary 1 11 1100010 1100011 1100001 0 111110 11101111 1100010 10011

Color Harmonies of #010362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010362

Black with #010362

Text Example


Text Example

White with #010362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010362; }

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

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

background-color css

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

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

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

border-color css

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

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

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