#0F7DC6

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

Shades of Navy Blue #0F7DC6

Tints of Navy Blue #0F7DC6

Color information

#0F7DC6 (or 0x0F7DC6) is unknown color: approx Navy Blue. HEX triplet: 0F, 7D and C6. RGB value is (15,125,198). Sum of RGB (Red+Green+Blue) = 15+125+198=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #0F7DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7DC6 is #F08239. Grayscale: #646464. Windows color (decimal): -15761978 or 13008143. OLE color: 13008143.

HSL color Cylindrical-coordinate representation of color #0F7DC6: hue angle of 203.93º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F7DC6 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15125198-
CMYK0.920.3700.22
HSL203.93º85.92%41.76%-
HSV(B)203.93º92.42%77.65%-
XYZ17.7218.8556.13-
YUV100.43183.0667.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.44%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 198 (77.73% from 255) = 58.58%
R=4.44%
G=36.98%
B=58.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151251980.920.3700.22203.9385.9241.76
HexF7DC65C25016cc562a
Octal171753061344502631412652
Binary11111111101110001101011100100101010110110011001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,125,198); }

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

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

 a { background-color: rgb(15,125,198); }

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

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

 span { border-color: rgb(15,125,198); }

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