#0F017E

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

Shades of Navy #0F017E

Tints of Navy #0F017E

Color information

#0F017E (or 0x0F017E) is unknown color: approx Navy. HEX triplet: 0F, 01 and 7E. RGB value is (15,1,126). Sum of RGB (Red+Green+Blue) = 15+1+126=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 126 (49.61% from 255 or 88.73% from 142); Max value from RGB is 126 - color contains mainly: blue. Hex color #0F017E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F017E is #F0FE81. Grayscale: #121212. Windows color (decimal): -15793794 or 8257807. OLE color: 8257807.

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

Color convert

RGB151126-
CMYK0.880.9900.51
HSL246.72º98.43%24.9%-
HSV(B)246.72º99.21%49.41%-
XYZ3.971.6319.84-
YUV19.44188.14124.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 126 (49.61% from 255) = 88.73%
R=10.56%
G=0.70%
B=88.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1511260.880.9900.51246.7298.4324.9
HexF17E5863033f76219
Octal17117613014306336714231
Binary11111111111010110001100011011001111110111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F017E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F017E; }

 p { color: rgb(15,1,126); }

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

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

 a { background-color: rgb(15,1,126); }

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

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

 span { border-color: rgb(15,1,126); }

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