Html Css Color HEX #0D18DC Medium Blue

📋 copy color: '#0D18DC'

red 13 ◦ green 24 ◦ blue 220

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

Shades of Medium Blue #0D18DC

Tints of Medium Blue #0D18DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.34%

 BLUE value IS 220 (86.33% from 255) = 85.6%

R = 5.06%
G = 9.34%
B = 85.6%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D18DC (or 0x0D18DC) is known color: Medium Blue. HEX triplet: 0D, 18 and DC. RGB value is (13,24,220). Sum of RGB (Red+Green+Blue) = 13+24+220=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #0D18DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D18DC is #F2E723. Grayscale: #2A2A2A. Windows color (decimal): -15918884 or 14424077. OLE color: 14424077.

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

Color convert

RGB 13 24 220 -
CMYK 0.94 0.89 0 0.14
HSL 236.81º 0.89% 0.46% -
HSV(B) 236.81º 0.94% 0.86% -
XYZ 13.41 5.91 68.14 -
YUV 43.06 227.86 106.56 -
System Red Green Blue C M Y K H S L
Decimal 13 24 220 0.94 0.89 0 0.14 236.81 0.89 0.46
Hex D 18 DC 5E 59 0 E ED 59 2E
Octal 15 30 334 136 131 0 16 355 131 56
Binary 1101 11000 11011100 1011110 1011001 0 1110 11101101 1011001 101110

Color Harmonies of #0D18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D18DC

Black with #0D18DC

Text Example


Text Example

White with #0D18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,24,220); }

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

background-color css

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

 a { background-color: rgb(13,24,220); }

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

border-color css

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

 span { border-color: rgb(13,24,220); }

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