#0F57AB

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

Shades of Denim #0F57AB

Tints of Denim #0F57AB

Color information

#0F57AB (or 0x0F57AB) is unknown color: approx Denim. HEX triplet: 0F, 57 and AB. RGB value is (15,87,171). Sum of RGB (Red+Green+Blue) = 15+87+171=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F57AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F57AB is #F0A854. Grayscale: #4A4A4A. Windows color (decimal): -15771733 or 11228943. OLE color: 11228943.

HSL color Cylindrical-coordinate representation of color #0F57AB: hue angle of 212.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F57AB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1587171-
CMYK0.910.4900.33
HSL212.31º83.87%36.47%-
HSV(B)212.31º91.23%67.06%-
XYZ10.969.8639.85-
YUV75.05182.1585.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.49%
GREEN value IS 87 (34.38% from 255) = 31.87%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=5.49%
G=31.87%
B=62.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15871710.910.4900.33212.3183.8736.47
HexF57AB5B31021d45424
Octal171272531336104132412444
Binary111110101111010101110110111100010100001110101001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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