#0F68EF

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

Shades of Navy Blue #0F68EF

Tints of Navy Blue #0F68EF

Color information

#0F68EF (or 0x0F68EF) is unknown color: approx Navy Blue. HEX triplet: 0F, 68 and EF. RGB value is (15,104,239). Sum of RGB (Red+Green+Blue) = 15+104+239=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F68EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F68EF is #F09710. Grayscale: #5C5C5C. Windows color (decimal): -15767313 or 15689743. OLE color: 15689743.

HSL color Cylindrical-coordinate representation of color #0F68EF: hue angle of 216.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F68EF is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15104239-
CMYK0.940.5600.06
HSL216.16º88.19%49.8%-
HSV(B)216.16º93.72%93.73%-
XYZ20.7316.2383.7-
YUV92.78210.5172.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.19%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 239 (93.75% from 255) = 66.76%
R=4.19%
G=29.05%
B=66.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151042390.940.5600.06216.1688.1949.8
HexF68EF5E3806d85832
Octal17150357136700633013062
Binary111111010001110111110111101110000110110110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F68EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,239); }

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

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

 a { background-color: rgb(15,104,239); }

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

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

 span { border-color: rgb(15,104,239); }

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