#0A5EC1

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

Shades of Denim #0A5EC1

Tints of Denim #0A5EC1

Color information

#0A5EC1 (or 0x0A5EC1) is unknown color: approx Denim. HEX triplet: 0A, 5E and C1. RGB value is (10,94,193). Sum of RGB (Red+Green+Blue) = 10+94+193=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #0A5EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5EC1 is #F5A13E. Grayscale: #4F4F4F. Windows color (decimal): -16097599 or 12672522. OLE color: 12672522.

HSL color Cylindrical-coordinate representation of color #0A5EC1: hue angle of 212.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5EC1 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1094193-
CMYK0.950.5100.24
HSL212.46º90.15%39.8%-
HSV(B)212.46º94.82%75.69%-
XYZ13.7511.9252.03-
YUV80.17191.6777.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.37%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=3.37%
G=31.65%
B=64.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10941930.950.5100.24212.4690.1539.8
HexA5EC15F33018d45a28
Octal121363011376303032413250
Binary10101011110110000011011111110011011000110101001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,94,193); }

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

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

 a { background-color: rgb(10,94,193); }

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

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

 span { border-color: rgb(10,94,193); }

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