#0D50CA

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

Shades of Denim #0D50CA

Tints of Denim #0D50CA

Color information

#0D50CA (or 0x0D50CA) is unknown color: approx Denim. HEX triplet: 0D, 50 and CA. RGB value is (13,80,202). Sum of RGB (Red+Green+Blue) = 13+80+202=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D50CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D50CA is #F2AF35. Grayscale: #494949. Windows color (decimal): -15904566 or 13258765. OLE color: 13258765.

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

Color convert

RGB1380202-
CMYK0.940.6000.21
HSL218.73º87.91%42.16%-
HSV(B)218.73º93.56%79.22%-
XYZ13.710.0957.1-
YUV73.88200.384.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.41%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 202 (79.30% from 255) = 68.47%
R=4.41%
G=27.12%
B=68.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13802020.940.6000.21218.7387.9142.16
HexD50CA5E3C015db582a
Octal151203121367402533313052
Binary11011010000110010101011110111100010101110110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D50CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,80,202); }

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

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

 a { background-color: rgb(13,80,202); }

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

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

 span { border-color: rgb(13,80,202); }

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