#0F6EEE

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

Shades of Navy Blue #0F6EEE

Tints of Navy Blue #0F6EEE

Color information

#0F6EEE (or 0x0F6EEE) is unknown color: approx Navy Blue. HEX triplet: 0F, 6E and EE. RGB value is (15,110,238). Sum of RGB (Red+Green+Blue) = 15+110+238=363 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.13% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F6EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6EEE is #F09111. Grayscale: #5F5F5F. Windows color (decimal): -15765778 or 15625743. OLE color: 15625743.

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

Color convert

RGB15110238-
CMYK0.940.5400.07
HSL214.44º88.14%49.61%-
HSV(B)214.44º93.7%93.33%-
XYZ21.2117.4383.13-
YUV96.19208.0370.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.13%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 238 (93.36% from 255) = 65.56%
R=4.13%
G=30.30%
B=65.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151102380.940.5400.07214.4488.1449.61
HexF6EEE5E3607d65832
Octal17156356136660732613062
Binary111111011101110111010111101101100111110101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,110,238); }

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

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

 a { background-color: rgb(15,110,238); }

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

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

 span { border-color: rgb(15,110,238); }

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