#0D5AB4

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

Shades of Denim #0D5AB4

Tints of Denim #0D5AB4

Color information

#0D5AB4 (or 0x0D5AB4) is unknown color: approx Denim. HEX triplet: 0D, 5A and B4. RGB value is (13,90,180). Sum of RGB (Red+Green+Blue) = 13+90+180=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D5AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5AB4 is #F2A54B. Grayscale: #4C4C4C. Windows color (decimal): -15902028 or 11819533. OLE color: 11819533.

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

Color convert

RGB1390180-
CMYK0.930.5000.29
HSL212.34º86.53%37.84%-
HSV(B)212.34º92.78%70.59%-
XYZ12.0610.6944.61-
YUV77.24185.9982.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.59%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 180 (70.70% from 255) = 63.60%
R=4.59%
G=31.80%
B=63.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13901800.930.5000.29212.3486.5337.84
HexD5AB45D3201Dd45726
Octal151322641356203532412746
Binary11011011010101101001011101110010011101110101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,90,180); }

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

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

 a { background-color: rgb(13,90,180); }

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

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

 span { border-color: rgb(13,90,180); }

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