#0F80E1

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

Shades of Navy Blue #0F80E1

Tints of Navy Blue #0F80E1

Color information

#0F80E1 (or 0x0F80E1) is unknown color: approx Navy Blue. HEX triplet: 0F, 80 and E1. RGB value is (15,128,225). Sum of RGB (Red+Green+Blue) = 15+128+225=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 225 (88.28% from 255 or 61.14% from 368); Max value from RGB is 225 - color contains mainly: blue. Hex color #0F80E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F80E1 is #F07F1E. Grayscale: #686868. Windows color (decimal): -15761183 or 14778383. OLE color: 14778383.

HSL color Cylindrical-coordinate representation of color #0F80E1: hue angle of 207.71º degrees, saturation: 0.88, 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 #0F80E1 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15128225-
CMYK0.930.4300.12
HSL207.71º87.5%47.06%-
HSV(B)207.71º93.33%88.24%-
XYZ21.5120.9874.15-
YUV105.27195.5663.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.08%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 225 (88.28% from 255) = 61.14%
R=4.08%
G=34.78%
B=61.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151282250.930.4300.12207.7187.547.06
HexF80E15D2B0Cd0582f
Octal172003411355301432013057
Binary11111000000011100001101110110101101100110100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F80E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,128,225); }

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

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

 a { background-color: rgb(15,128,225); }

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

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

 span { border-color: rgb(15,128,225); }

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