#0f6ccf

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

Shades of Navy Blue #0F6CCF

Tints of Navy Blue #0F6CCF

Color information

#0F6CCF (or 0x0F6CCF) is unknown color: approx Navy Blue. HEX triplet: 0F, 6C and CF. RGB value is (15,108,207). Sum of RGB (Red+Green+Blue) = 15+108+207=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F6CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6CCF is #F09330. Grayscale: #5A5A5A. Windows color (decimal): -15766321 or 13593615. OLE color: 13593615.

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

Color convert

RGB15108207-
CMYK0.930.4800.19
HSL210.94º86.49%43.53%-
HSV(B)210.94º92.75%81.18%-
XYZ16.8215.3361.1-
YUV91.48193.1973.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.55%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 207 (81.25% from 255) = 62.73%
R=4.55%
G=32.73%
B=62.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal151082070.930.4800.19210.9486.4943.53
HexF6CCF5D30013d3562c
Octal171543171356002332312654
Binary11111101100110011111011101110000010011110100111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,207); }

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

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

 a { background-color: rgb(15,108,207); }

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

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

 span { border-color: rgb(15,108,207); }

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