#0D5BB7

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

Shades of Denim #0D5BB7

Tints of Denim #0D5BB7

Color information

#0D5BB7 (or 0x0D5BB7) is unknown color: approx Denim. HEX triplet: 0D, 5B and B7. RGB value is (13,91,183). Sum of RGB (Red+Green+Blue) = 13+91+183=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 183 (71.88% from 255 or 63.76% from 287); Max value from RGB is 183 - color contains mainly: blue. Hex color #0D5BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5BB7 is #F2A448. Grayscale: #4D4D4D. Windows color (decimal): -15901769 or 12016397. OLE color: 12016397.

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

Color convert

RGB1391183-
CMYK0.930.5000.28
HSL212.47º86.73%38.43%-
HSV(B)212.47º92.9%71.76%-
XYZ12.4510.9946.26-
YUV78.17187.1681.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.53%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 183 (71.88% from 255) = 63.76%
R=4.53%
G=31.71%
B=63.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13911830.930.5000.28212.4786.7338.43
HexD5BB75D3201Cd45726
Octal151332671356203432412746
Binary11011011011101101111011101110010011100110101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,91,183); }

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

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

 a { background-color: rgb(13,91,183); }

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

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

 span { border-color: rgb(13,91,183); }

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