#0D5FC8

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

Shades of Denim #0D5FC8

Tints of Denim #0D5FC8

Color information

#0D5FC8 (or 0x0D5FC8) is unknown color: approx Denim. HEX triplet: 0D, 5F and C8. RGB value is (13,95,200). Sum of RGB (Red+Green+Blue) = 13+95+200=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 200 (78.52% from 255 or 64.94% from 308); Max value from RGB is 200 - color contains mainly: blue. Hex color #0D5FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D5FC8 is #F2A037. Grayscale: #515151. Windows color (decimal): -15900728 or 13131533. OLE color: 13131533.

HSL color Cylindrical-coordinate representation of color #0D5FC8: hue angle of 213.69º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D5FC8 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1395200-
CMYK0.940.5200.22
HSL213.69º87.79%41.76%-
HSV(B)213.69º93.5%78.43%-
XYZ14.6812.4456.27-
YUV82.45194.3378.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.22%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 200 (78.52% from 255) = 64.94%
R=4.22%
G=30.84%
B=64.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal13952000.940.5200.22213.6987.7941.76
HexD5FC85E34016d6582a
Octal151373101366402632613052
Binary11011011111110010001011110110100010110110101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,95,200); }

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

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

 a { background-color: rgb(13,95,200); }

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

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

 span { border-color: rgb(13,95,200); }

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