#010A7B

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

Shades of Navy #010A7B

Tints of Navy #010A7B

Color information

#010A7B (or 0x010A7B) is unknown color: approx Navy. HEX triplet: 01, 0A and 7B. RGB value is (1,10,123). Sum of RGB (Red+Green+Blue) = 1+10+123=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 123 (48.44% from 255 or 91.79% from 134); Max value from RGB is 123 - color contains mainly: blue. Hex color #010A7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010A7B is #FEF584. Grayscale: #131313. Windows color (decimal): -16708997 or 8063489. OLE color: 8063489.

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

Color convert

RGB110123-
CMYK0.990.9200.52
HSL235.57º98.39%24.31%-
HSV(B)235.57º99.19%48.24%-
XYZ3.71.6518.86-
YUV20.19186.02114.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 10 (4.30% from 255) = 7.46%
BLUE value IS 123 (48.44% from 255) = 91.79%
R=0.75%
G=7.46%
B=91.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101230.990.9200.52235.5798.3924.31
Hex1A7B635C034ec6218
Octal11217314313406435414230
Binary11010111101111000111011100011010011101100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,10,123); }

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

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

 a { background-color: rgb(1,10,123); }

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

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

 span { border-color: rgb(1,10,123); }

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