Html Css Color HEX #0D04DB Medium Blue

📋 copy color: '#0D04DB'

red 13 ◦ green 4 ◦ blue 219

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

Shades of Medium Blue #0D04DB

Tints of Medium Blue #0D04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 5.51%
G = 1.69%
B = 92.8%

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

#0D04DB (or 0x0D04DB) is known color: Medium Blue. HEX triplet: 0D, 04 and DB. RGB value is (13,4,219). Sum of RGB (Red+Green+Blue) = 13+4+219=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D04DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D04DB is #F2FB24. Grayscale: #1E1E1E. Windows color (decimal): -15924005 or 14353421. OLE color: 14353421.

HSL color Cylindrical-coordinate representation of color #0D04DB: hue angle of 242.51º 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 #0D04DB is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 4 219 -
CMYK 0.94 0.98 0 0.14
HSL 242.51º 0.96% 0.44% -
HSV(B) 242.51º 0.98% 0.86% -
XYZ 13 5.29 67.35 -
YUV 31.2 233.98 115.02 -
System Red Green Blue C M Y K H S L
Decimal 13 4 219 0.94 0.98 0 0.14 242.51 0.96 0.44
Hex D 4 DB 5E 62 0 E F3 60 2C
Octal 15 4 333 136 142 0 16 363 140 54
Binary 1101 100 11011011 1011110 1100010 0 1110 11110011 1100000 101100

Color Harmonies of #0D04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D04DB

Black with #0D04DB

Text Example


Text Example

White with #0D04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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