#0F7BE2

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

Shades of Navy Blue #0F7BE2

Tints of Navy Blue #0F7BE2

Color information

#0F7BE2 (or 0x0F7BE2) is unknown color: approx Navy Blue. HEX triplet: 0F, 7B and E2. RGB value is (15,123,226). Sum of RGB (Red+Green+Blue) = 15+123+226=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 226 (88.67% from 255 or 62.09% from 364); Max value from RGB is 226 - color contains mainly: blue. Hex color #0F7BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7BE2 is #F0841D. Grayscale: #656565. Windows color (decimal): -15762462 or 14842639. OLE color: 14842639.

HSL color Cylindrical-coordinate representation of color #0F7BE2: hue angle of 209.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F7BE2 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15123226-
CMYK0.930.4600.11
HSL209.29º87.55%47.25%-
HSV(B)209.29º93.36%88.63%-
XYZ21.0119.7674.66-
YUV102.45197.7265.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.12%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 226 (88.67% from 255) = 62.09%
R=4.12%
G=33.79%
B=62.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal151232260.930.4600.11209.2987.5547.25
HexF7BE25D2E0Bd1582f
Octal171733421355601332113057
Binary1111111101111100010101110110111001011110100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,123,226); }

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

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

 a { background-color: rgb(15,123,226); }

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

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

 span { border-color: rgb(15,123,226); }

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