#0F66DD

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

Shades of Navy Blue #0F66DD

Tints of Navy Blue #0F66DD

Color information

#0F66DD (or 0x0F66DD) is unknown color: approx Navy Blue. HEX triplet: 0F, 66 and DD. RGB value is (15,102,221). Sum of RGB (Red+Green+Blue) = 15+102+221=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F66DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F66DD is #F09922. Grayscale: #585858. Windows color (decimal): -15767843 or 14509583. OLE color: 14509583.

HSL color Cylindrical-coordinate representation of color #0F66DD: hue angle of 214.66º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F66DD is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15102221-
CMYK0.930.5400.13
HSL214.66º87.29%46.27%-
HSV(B)214.66º93.21%86.67%-
XYZ1814.8270.32-
YUV89.55202.1874.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.44%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 221 (86.72% from 255) = 65.38%
R=4.44%
G=30.18%
B=65.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151022210.930.5400.13214.6687.2946.27
HexF66DD5D360Dd7572e
Octal171463351356601532712756
Binary1111110011011011101101110111011001101110101111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F66DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,102,221); }

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

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

 a { background-color: rgb(15,102,221); }

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

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

 span { border-color: rgb(15,102,221); }

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