#0D08DA

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

Shades of Medium Blue #0D08DA

Tints of Medium Blue #0D08DA

Color information

#0D08DA (or 0x0D08DA) is unknown color: approx Medium Blue. HEX triplet: 0D, 08 and DA. RGB value is (13,8,218). Sum of RGB (Red+Green+Blue) = 13+8+218=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 218 (85.55% from 255 or 91.21% from 239); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D08DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D08DA is #F2F725. Grayscale: #202020. Windows color (decimal): -15922982 or 14288909. OLE color: 14288909.

HSL color Cylindrical-coordinate representation of color #0D08DA: hue angle of 241.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D08DA is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138218-
CMYK0.940.9600.15
HSL241.43º92.92%44.31%-
HSV(B)241.43º96.33%85.49%-
XYZ12.915.3266.68-
YUV33.44232.16113.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.44%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 218 (85.55% from 255) = 91.21%
R=5.44%
G=3.35%
B=91.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382180.940.9600.15241.4392.9244.31
HexD8DA5E600Ff15d2c
Octal151033213614001736113554
Binary11011000110110101011110110000001111111100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D08DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,8,218); }

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

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

 a { background-color: rgb(13,8,218); }

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

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

 span { border-color: rgb(13,8,218); }

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