#0F57B4

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

Shades of Denim #0F57B4

Tints of Denim #0F57B4

Color information

#0F57B4 (or 0x0F57B4) is unknown color: approx Denim. HEX triplet: 0F, 57 and B4. RGB value is (15,87,180). Sum of RGB (Red+Green+Blue) = 15+87+180=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F57B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F57B4 is #F0A84B. Grayscale: #4B4B4B. Windows color (decimal): -15771724 or 11818767. OLE color: 11818767.

HSL color Cylindrical-coordinate representation of color #0F57B4: hue angle of 213.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F57B4 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1587180-
CMYK0.920.5200.29
HSL213.82º84.62%38.24%-
HSV(B)213.82º91.67%70.59%-
XYZ11.8410.2144.53-
YUV76.07186.6584.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.32%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 180 (70.70% from 255) = 63.83%
R=5.32%
G=30.85%
B=63.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15871800.920.5200.29213.8284.6238.24
HexF57B45C3401Dd65526
Octal171272641346403532612546
Binary11111010111101101001011100110100011101110101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F57B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,87,180); }

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

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

 a { background-color: rgb(15,87,180); }

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

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

 span { border-color: rgb(15,87,180); }

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