#0F026D

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

Shades of Navy #0F026D

Tints of Navy #0F026D

Color information

#0F026D (or 0x0F026D) is unknown color: approx Navy. HEX triplet: 0F, 02 and 6D. RGB value is (15,2,109). Sum of RGB (Red+Green+Blue) = 15+2+109=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 109 (42.97% from 255 or 86.51% from 126); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F026D is #F0FD92. Grayscale: #111111. Windows color (decimal): -15793555 or 7143951. OLE color: 7143951.

HSL color Cylindrical-coordinate representation of color #0F026D: hue angle of 247.29º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F026D is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB152109-
CMYK0.860.9800.57
HSL247.29º96.4%21.76%-
HSV(B)247.29º98.17%42.75%-
XYZ2.981.2514.55-
YUV18.08179.31125.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 109 (42.97% from 255) = 86.51%
R=11.90%
G=1.59%
B=86.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1521090.860.9800.57247.2996.421.76
HexF26D5662039f76016
Octal17215512614207136714026
Binary111110110110110101101100010011100111110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,2,109); }

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

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

 a { background-color: rgb(15,2,109); }

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

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

 span { border-color: rgb(15,2,109); }

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