Html Css Color HEX #0D03DB Medium Blue

📋 copy color: '#0D03DB'

red 13 ◦ green 3 ◦ blue 219

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

Shades of Medium Blue #0D03DB

Tints of Medium Blue #0D03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 5.53%
G = 1.28%
B = 93.19%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D03DB (or 0x0D03DB) is known color: Medium Blue. HEX triplet: 0D, 03 and DB. RGB value is (13,3,219). Sum of RGB (Red+Green+Blue) = 13+3+219=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 219 (85.94% from 255 or 93.19% from 235); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D03DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D03DB is #F2FC24. Grayscale: #1D1D1D. Windows color (decimal): -15924261 or 14353165. OLE color: 14353165.

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

Color convert

RGB 13 3 219 -
CMYK 0.94 0.99 0 0.14
HSL 242.78º 0.97% 0.44% -
HSV(B) 242.78º 0.99% 0.86% -
XYZ 12.98 5.27 67.35 -
YUV 30.61 234.31 115.44 -
System Red Green Blue C M Y K H S L
Decimal 13 3 219 0.94 0.99 0 0.14 242.78 0.97 0.44
Hex D 3 DB 5E 63 0 E F3 61 2C
Octal 15 3 333 136 143 0 16 363 141 54
Binary 1101 11 11011011 1011110 1100011 0 1110 11110011 1100001 101100

Color Harmonies of #0D03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D03DB

Black with #0D03DB

Text Example


Text Example

White with #0D03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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