#0f5ae0

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

Shades of Navy Blue #0F5AE0

Tints of Navy Blue #0F5AE0

Color information

#0F5AE0 (or 0x0F5AE0) is unknown color: approx Navy Blue. HEX triplet: 0F, 5A and E0. RGB value is (15,90,224). Sum of RGB (Red+Green+Blue) = 15+90+224=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 224 (87.89% from 255 or 68.09% from 329); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F5AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5AE0 is #F0A51F. Grayscale: #525252. Windows color (decimal): -15770912 or 14703119. OLE color: 14703119.

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

Color convert

RGB1590224-
CMYK0.930.6000.12
HSL218.47º87.45%46.86%-
HSV(B)218.47º93.3%87.84%-
XYZ17.3112.872.08-
YUV82.85207.6579.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.56%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 224 (87.89% from 255) = 68.09%
R=4.56%
G=27.36%
B=68.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15902240.930.6000.12218.4787.4546.86
HexF5AE05D3C0Cda572f
Octal171323401357401433212757
Binary1111101101011100000101110111110001100110110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f5ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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