#0F006D

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

Shades of Navy #0F006D

Tints of Navy #0F006D

Color information

#0F006D (or 0x0F006D) is unknown color: approx Navy. HEX triplet: 0F, 00 and 6D. RGB value is (15,0,109). Sum of RGB (Red+Green+Blue) = 15+0+109=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F006D is #F0FF92. Grayscale: #101010. Windows color (decimal): -15794067 or 7143439. OLE color: 7143439.

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

Color convert

RGB150109-
CMYK0.86100.57
HSL248.26º100%21.37%-
HSV(B)248.26º100%42.75%-
XYZ2.961.2114.54-
YUV16.91179.97126.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 87.90%
R=12.10%
G=0%
B=87.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1501090.86100.57248.2610021.37
HexF06D5664039f86415
Octal17015512614407137014425
Binary11110110110110101101100100011100111111000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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