Html Css Color HEX #0D18BE Medium Blue

📋 copy color: '#0D18BE'

red 13 ◦ green 24 ◦ blue 190

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

Shades of Medium Blue #0D18BE

Tints of Medium Blue #0D18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 83.7%

R = 5.73%
G = 10.57%
B = 83.7%

CMYK

 C value IS 0.93

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D18BE (or 0x0D18BE) is known color: Medium Blue. HEX triplet: 0D, 18 and BE. RGB value is (13,24,190). Sum of RGB (Red+Green+Blue) = 13+24+190=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 190 (74.61% from 255 or 83.70% from 227); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D18BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D18BE is #F2E741. Grayscale: #262626. Windows color (decimal): -15918914 or 12457997. OLE color: 12457997.

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

Color convert

RGB 13 24 190 -
CMYK 0.93 0.87 0 0.25
HSL 236.27º 0.87% 0.4% -
HSV(B) 236.27º 0.93% 0.75% -
XYZ 9.79 4.46 49.06 -
YUV 39.64 212.86 109 -
System Red Green Blue C M Y K H S L
Decimal 13 24 190 0.93 0.87 0 0.25 236.27 0.87 0.4
Hex D 18 BE 5D 57 0 19 EC 57 28
Octal 15 30 276 135 127 0 31 354 127 50
Binary 1101 11000 10111110 1011101 1010111 0 11001 11101100 1010111 101000

Color Harmonies of #0D18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D18BE

Black with #0D18BE

Text Example


Text Example

White with #0D18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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