#0A5CB1

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

Shades of Denim #0A5CB1

Tints of Denim #0A5CB1

Color information

#0A5CB1 (or 0x0A5CB1) is unknown color: approx Denim. HEX triplet: 0A, 5C and B1. RGB value is (10,92,177). Sum of RGB (Red+Green+Blue) = 10+92+177=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 177 (69.53% from 255 or 63.44% from 279); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A5CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5CB1 is #F5A34E. Grayscale: #4C4C4C. Windows color (decimal): -16098127 or 11623434. OLE color: 11623434.

HSL color Cylindrical-coordinate representation of color #0A5CB1: hue angle of 210.54º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5CB1 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1092177-
CMYK0.940.4800.31
HSL210.54º89.3%36.67%-
HSV(B)210.54º94.35%69.41%-
XYZ11.8910.8943.07-
YUV77.17184.3380.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.58%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 177 (69.53% from 255) = 63.44%
R=3.58%
G=32.97%
B=63.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10921770.940.4800.31210.5489.336.67
HexA5CB15E3001Fd35925
Octal121342611366003732313145
Binary10101011100101100011011110110000011111110100111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,92,177); }

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

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

 a { background-color: rgb(10,92,177); }

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

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

 span { border-color: rgb(10,92,177); }

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