Html Css Color HEX #010B82 Navy

📋 copy color: '#010B82'

red 1 ◦ green 11 ◦ blue 130

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

Shades of Navy #010B82

Tints of Navy #010B82

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.75%

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

R = 0.7%
G = 7.75%
B = 91.55%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#010B82 (or 0x010B82) is known color: Navy. HEX triplet: 01, 0B and 82. RGB value is (1,11,130). Sum of RGB (Red+Green+Blue) = 1+11+130=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 130 (51.17% from 255 or 91.55% from 142); Max value from RGB is 130 - color contains mainly: blue. Hex color #010B82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B82 is #FEF47D. Grayscale: #151515. Windows color (decimal): -16708734 or 8522497. OLE color: 8522497.

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

Color convert

RGB 1 11 130 -
CMYK 0.99 0.92 0 0.49
HSL 235.35º 0.98% 0.26% -
HSV(B) 235.35º 0.99% 0.51% -
XYZ 4.16 1.86 21.26 -
YUV 21.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 1 11 130 0.99 0.92 0 0.49 235.35 0.98 0.26
Hex 1 B 82 63 5C 0 31 EB 62 1A
Octal 1 13 202 143 134 0 61 353 142 32
Binary 1 1011 10000010 1100011 1011100 0 110001 11101011 1100010 11010

Color Harmonies of #010B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B82

Black with #010B82

Text Example


Text Example

White with #010B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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