#0F067B

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

Shades of Navy #0F067B

Tints of Navy #0F067B

Color information

#0F067B (or 0x0F067B) is unknown color: approx Navy. HEX triplet: 0F, 06 and 7B. RGB value is (15,6,123). Sum of RGB (Red+Green+Blue) = 15+6+123=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 123 (48.44% from 255 or 85.42% from 144); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F067B is #F0F984. Grayscale: #151515. Windows color (decimal): -15792517 or 8062479. OLE color: 8062479.

HSL color Cylindrical-coordinate representation of color #0F067B: hue angle of 244.62º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F067B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB156123-
CMYK0.880.9500.52
HSL244.62º90.7%25.29%-
HSV(B)244.62º95.12%48.24%-
XYZ3.841.6618.86-
YUV22.03184.98122.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 123 (48.44% from 255) = 85.42%
R=10.42%
G=4.17%
B=85.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1561230.880.9500.52244.6290.725.29
HexF67B585F034f55b19
Octal17617313013706436513331
Binary1111110111101110110001011111011010011110101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,123); }

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

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

 a { background-color: rgb(15,6,123); }

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

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

 span { border-color: rgb(15,6,123); }

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