#0A57B8

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

Shades of Denim #0A57B8

Tints of Denim #0A57B8

Color information

#0A57B8 (or 0x0A57B8) is unknown color: approx Denim. HEX triplet: 0A, 57 and B8. RGB value is (10,87,184). Sum of RGB (Red+Green+Blue) = 10+87+184=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 184 (72.27% from 255 or 65.48% from 281); Max value from RGB is 184 - color contains mainly: blue. Hex color #0A57B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A57B8 is #F5A847. Grayscale: #4A4A4A. Windows color (decimal): -16099400 or 12080906. OLE color: 12080906.

HSL color Cylindrical-coordinate representation of color #0A57B8: hue angle of 213.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A57B8 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1087184-
CMYK0.950.5300.28
HSL213.45º89.69%38.04%-
HSV(B)213.45º94.57%72.16%-
XYZ12.1910.3446.7-
YUV75.04189.4981.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.56%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 184 (72.27% from 255) = 65.48%
R=3.56%
G=30.96%
B=65.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10871840.950.5300.28213.4589.6938.04
HexA57B85F3501Cd55a26
Octal121272701376503432513246
Binary10101010111101110001011111110101011100110101011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A57B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,87,184); }

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

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

 a { background-color: rgb(10,87,184); }

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

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

 span { border-color: rgb(10,87,184); }

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