#0F64DB

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

Shades of Navy Blue #0F64DB

Tints of Navy Blue #0F64DB

Color information

#0F64DB (or 0x0F64DB) is unknown color: approx Navy Blue. HEX triplet: 0F, 64 and DB. RGB value is (15,100,219). Sum of RGB (Red+Green+Blue) = 15+100+219=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F64DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F64DB is #F09B24. Grayscale: #575757. Windows color (decimal): -15768357 or 14377999. OLE color: 14377999.

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

Color convert

RGB15100219-
CMYK0.930.5400.14
HSL215º87.18%45.88%-
HSV(B)215º93.15%85.88%-
XYZ17.5414.3368.86-
YUV88.15201.8475.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.49%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 219 (85.94% from 255) = 65.57%
R=4.49%
G=29.94%
B=65.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal151002190.930.5400.1421587.1845.88
HexF64DB5D360Ed7572e
Octal171443331356601632712756
Binary1111110010011011011101110111011001110110101111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F64DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,219); }

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

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

 a { background-color: rgb(15,100,219); }

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

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

 span { border-color: rgb(15,100,219); }

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