#0F046F

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

Shades of Navy #0F046F

Tints of Navy #0F046F

Color information

#0F046F (or 0x0F046F) is unknown color: approx Navy. HEX triplet: 0F, 04 and 6F. RGB value is (15,4,111). Sum of RGB (Red+Green+Blue) = 15+4+111=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F046F is #F0FB90. Grayscale: #131313. Windows color (decimal): -15793041 or 7275535. OLE color: 7275535.

HSL color Cylindrical-coordinate representation of color #0F046F: hue angle of 246.17º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F046F is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB154111-
CMYK0.860.9600.56
HSL246.17º93.04%22.55%-
HSV(B)246.17º96.4%43.53%-
XYZ3.111.3415.13-
YUV19.49179.64124.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.54%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 111 (43.75% from 255) = 85.38%
R=11.54%
G=3.08%
B=85.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1541110.860.9600.56246.1793.0422.55
HexF46F5660038f65d17
Octal17415712614007036613527
Binary1111100110111110101101100000011100011110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,4,111); }

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

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

 a { background-color: rgb(15,4,111); }

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

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

 span { border-color: rgb(15,4,111); }

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