Html Css Color HEX #0D1ADB Medium Blue

📋 copy color: '#0D1ADB'

red 13 ◦ green 26 ◦ blue 219

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

Shades of Medium Blue #0D1ADB

Tints of Medium Blue #0D1ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

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

R = 5.04%
G = 10.08%
B = 84.88%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D1ADB (or 0x0D1ADB) is known color: Medium Blue. HEX triplet: 0D, 1A and DB. RGB value is (13,26,219). Sum of RGB (Red+Green+Blue) = 13+26+219=258 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.04% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D1ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1ADB is #F2E524. Grayscale: #2B2B2B. Windows color (decimal): -15918373 or 14359053. OLE color: 14359053.

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

Color convert

RGB 13 26 219 -
CMYK 0.94 0.88 0 0.14
HSL 236.21º 0.89% 0.45% -
HSV(B) 236.21º 0.94% 0.86% -
XYZ 13.32 5.94 67.46 -
YUV 44.12 226.69 105.81 -
System Red Green Blue C M Y K H S L
Decimal 13 26 219 0.94 0.88 0 0.14 236.21 0.89 0.45
Hex D 1A DB 5E 58 0 E EC 59 2D
Octal 15 32 333 136 130 0 16 354 131 55
Binary 1101 11010 11011011 1011110 1011000 0 1110 11101100 1011001 101101

Color Harmonies of #0D1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1ADB

Black with #0D1ADB

Text Example


Text Example

White with #0D1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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