#0F7BE0

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

Shades of Navy Blue #0F7BE0

Tints of Navy Blue #0F7BE0

Color information

#0F7BE0 (or 0x0F7BE0) is unknown color: approx Navy Blue. HEX triplet: 0F, 7B and E0. RGB value is (15,123,224). Sum of RGB (Red+Green+Blue) = 15+123+224=362 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.14% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 224 (87.89% from 255 or 61.88% from 362); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F7BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7BE0 is #F0841F. Grayscale: #656565. Windows color (decimal): -15762464 or 14711567. OLE color: 14711567.

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

Color convert

RGB15123224-
CMYK0.930.4500.12
HSL209º87.45%46.86%-
HSV(B)209º93.3%87.84%-
XYZ20.7319.6573.22-
YUV102.22196.7265.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.14%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 224 (87.89% from 255) = 61.88%
R=4.14%
G=33.98%
B=61.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151232240.930.4500.1220987.4546.86
HexF7BE05D2D0Cd1572f
Octal171733401355501432112757
Binary1111111101111100000101110110110101100110100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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