Html Css Color HEX #010462 Navy

📋 copy color: '#010462'

red 1 ◦ green 4 ◦ blue 98

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

Shades of Navy #010462

Tints of Navy #010462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.88%

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

R = 0.97%
G = 3.88%
B = 95.15%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#010462 (or 0x010462) is known color: Navy. HEX triplet: 01, 04 and 62. RGB value is (1,4,98). Sum of RGB (Red+Green+Blue) = 1+4+98=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 98 (38.67% from 255 or 95.15% from 103); Max value from RGB is 98 - color contains mainly: blue. Hex color #010462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010462 is #FEFB9D. Grayscale: #0D0D0D. Windows color (decimal): -16710558 or 6423553. OLE color: 6423553.

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

Color convert

RGB 1 4 98 -
CMYK 0.99 0.96 0 0.62
HSL 238.14º 0.98% 0.19% -
HSV(B) 238.14º 0.99% 0.38% -
XYZ 2.26 0.98 11.62 -
YUV 13.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 1 4 98 0.99 0.96 0 0.62 238.14 0.98 0.19
Hex 1 4 62 63 60 0 3E EE 62 13
Octal 1 4 142 143 140 0 76 356 142 23
Binary 1 100 1100010 1100011 1100000 0 111110 11101110 1100010 10011

Color Harmonies of #010462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010462

Black with #010462

Text Example


Text Example

White with #010462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010462; }

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

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

background-color css

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

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

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

border-color css

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

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

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