Html Css Color HEX #010782 Navy

📋 copy color: '#010782'

red 1 ◦ green 7 ◦ blue 130

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

Shades of Navy #010782

Tints of Navy #010782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 94.2%

R = 0.72%
G = 5.07%
B = 94.2%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010782 (or 0x010782) is known color: Navy. HEX triplet: 01, 07 and 82. RGB value is (1,7,130). Sum of RGB (Red+Green+Blue) = 1+7+130=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 130 (51.17% from 255 or 94.20% from 138); Max value from RGB is 130 - color contains mainly: blue. Hex color #010782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010782 is #FEF87D. Grayscale: #121212. Windows color (decimal): -16709758 or 8521473. OLE color: 8521473.

HSL color Cylindrical-coordinate representation of color #010782: hue angle of 237.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010782 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 7 130 -
CMYK 0.99 0.95 0 0.49
HSL 237.21º 0.98% 0.26% -
HSV(B) 237.21º 0.99% 0.51% -
XYZ 4.12 1.77 21.24 -
YUV 19.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 1 7 130 0.99 0.95 0 0.49 237.21 0.98 0.26
Hex 1 7 82 63 5F 0 31 ED 62 1A
Octal 1 7 202 143 137 0 61 355 142 32
Binary 1 111 10000010 1100011 1011111 0 110001 11101101 1100010 11010

Color Harmonies of #010782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010782

Black with #010782

Text Example


Text Example

White with #010782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010782; }

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

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

background-color css

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

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

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

border-color css

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

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

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