#0F62DD

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

Shades of Navy Blue #0F62DD

Tints of Navy Blue #0F62DD

Color information

#0F62DD (or 0x0F62DD) is unknown color: approx Navy Blue. HEX triplet: 0F, 62 and DD. RGB value is (15,98,221). Sum of RGB (Red+Green+Blue) = 15+98+221=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F62DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F62DD is #F09D22. Grayscale: #565656. Windows color (decimal): -15768867 or 14508559. OLE color: 14508559.

HSL color Cylindrical-coordinate representation of color #0F62DD: hue angle of 215.83º 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 #0F62DD is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1598221-
CMYK0.930.5600.13
HSL215.83º87.29%46.27%-
HSV(B)215.83º93.21%86.67%-
XYZ17.6214.0670.19-
YUV87.2203.576.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.49%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 221 (86.72% from 255) = 66.17%
R=4.49%
G=29.34%
B=66.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15982210.930.5600.13215.8387.2946.27
HexF62DD5D380Dd8572e
Octal171423351357001533012756
Binary1111110001011011101101110111100001101110110001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F62DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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