Html Css Color HEX #0D05DB Medium Blue

📋 copy color: '#0D05DB'

red 13 ◦ green 5 ◦ blue 219

#0D05DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0D05DB

Tints of Medium Blue #0D05DB

RGB

 RED value IS 13 (5.47% from 255) = 5.49%

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 219 (85.94% from 255) = 92.41%

R = 5.49%
G = 2.11%
B = 92.41%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D05DB (or 0x0D05DB) is known color: Medium Blue. HEX triplet: 0D, 05 and DB. RGB value is (13,5,219). Sum of RGB (Red+Green+Blue) = 13+5+219=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 219 (85.94% from 255 or 92.41% from 237); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D05DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D05DB is #F2FA24. Grayscale: #1E1E1E. Windows color (decimal): -15923749 or 14353677. OLE color: 14353677.

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

Color convert

RGB 13 5 219 -
CMYK 0.94 0.98 0 0.14
HSL 242.24º 0.96% 0.44% -
HSV(B) 242.24º 0.98% 0.86% -
XYZ 13.01 5.31 67.36 -
YUV 31.79 233.65 114.6 -
System Red Green Blue C M Y K H S L
Decimal 13 5 219 0.94 0.98 0 0.14 242.24 0.96 0.44
Hex D 5 DB 5E 62 0 E F2 60 2C
Octal 15 5 333 136 142 0 16 362 140 54
Binary 1101 101 11011011 1011110 1100010 0 1110 11110010 1100000 101100

Color Harmonies of #0D05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D05DB

Black with #0D05DB

Text Example


Text Example

White with #0D05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,5,219); }

 H1.HeaderClassName
 {
   color: #0D05DB;
 }
 .AnyTagClassName
 {
   color: #0D05DB;
 }
</style>

background-color css

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

 a { background-color: rgb(13,5,219); }

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

border-color css

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

 span { border-color: rgb(13,5,219); }

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