Html Css Color HEX #0D1ABD Medium Blue

📋 copy color: '#0D1ABD'

red 13 ◦ green 26 ◦ blue 189

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

Shades of Medium Blue #0D1ABD

Tints of Medium Blue #0D1ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 82.89%

R = 5.7%
G = 11.4%
B = 82.89%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D1ABD (or 0x0D1ABD) is known color: Medium Blue. HEX triplet: 0D, 1A and BD. RGB value is (13,26,189). Sum of RGB (Red+Green+Blue) = 13+26+189=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #0D1ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D1ABD is #F2E542. Grayscale: #282828. Windows color (decimal): -15918403 or 12392973. OLE color: 12392973.

HSL color Cylindrical-coordinate representation of color #0D1ABD: hue angle of 235.57º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D1ABD is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 26 189 -
CMYK 0.93 0.86 0 0.26
HSL 235.57º 0.87% 0.4% -
HSV(B) 235.57º 0.93% 0.74% -
XYZ 9.72 4.5 48.5 -
YUV 40.7 211.69 108.25 -
System Red Green Blue C M Y K H S L
Decimal 13 26 189 0.93 0.86 0 0.26 235.57 0.87 0.4
Hex D 1A BD 5D 56 0 1A EC 57 28
Octal 15 32 275 135 126 0 32 354 127 50
Binary 1101 11010 10111101 1011101 1010110 0 11010 11101100 1010111 101000

Color Harmonies of #0D1ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1ABD

Black with #0D1ABD

Text Example


Text Example

White with #0D1ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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