#010B84

Color #010B84 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #010B84

Tints of Navy #010B84

Color information

#010B84 (or 0x010B84) is unknown color: approx Navy. HEX triplet: 01, 0B and 84. RGB value is (1,11,132). Sum of RGB (Red+Green+Blue) = 1+11+132=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #010B84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010B84 is #FEF47B. Grayscale: #151515. Windows color (decimal): -16708732 or 8653569. OLE color: 8653569.

HSL color Cylindrical-coordinate representation of color #010B84: hue angle of 235.42º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B84 is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB111132-
CMYK0.990.9200.48
HSL235.42º98.5%26.08%-
HSV(B)235.42º99.24%51.76%-
XYZ4.31.9121.97-
YUV21.8190.19113.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 132 (51.95% from 255) = 91.67%
R=0.69%
G=7.64%
B=91.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111320.990.9200.48235.4298.526.08
Hex1B84635C030eb621a
Octal11320414313406035314232
Binary110111000010011000111011100011000011101011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #010B84;
 }
 .AnyTagClassName
 {
   color: #010B84;
 }
</style>
background-color css

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

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

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

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

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

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