Html Css Color HEX #0013DE Medium Blue

📋 copy color: '#0013DE'

red 0 ◦ green 19 ◦ blue 222

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

Shades of Medium Blue #0013DE

Tints of Medium Blue #0013DE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 19 (7.81% from 255) = 7.88%

 BLUE value IS 222 (87.11% from 255) = 92.12%

R = 0%
G = 7.88%
B = 92.12%

CMYK

 C value IS 1

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0013DE (or 0x0013DE) is known color: Medium Blue. HEX triplet: 00, 13 and DE. RGB value is (0,19,222). Sum of RGB (Red+Green+Blue) = 0+19+222=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 222 (87.11% from 255 or 92.12% from 241); Max value from RGB is 222 - color contains mainly: blue. Hex color #0013DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0013DE is #FFEC21. Grayscale: #232323. Windows color (decimal): -16772130 or 14553856. OLE color: 14553856.

HSL color Cylindrical-coordinate representation of color #0013DE: hue angle of 234.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0013DE is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 19 222 -
CMYK 1 0.91 0 0.13
HSL 234.86º 1% 0.44% -
HSV(B) 234.86º 1% 0.87% -
XYZ 13.42 5.74 69.51 -
YUV 36.46 232.71 101.99 -
System Red Green Blue C M Y K H S L
Decimal 0 19 222 1 0.91 0 0.13 234.86 1 0.44
Hex 0 13 DE 64 5B 0 D EB 64 2C
Octal 0 23 336 144 133 0 15 353 144 54
Binary 0 10011 11011110 1100100 1011011 0 1101 11101011 1100100 101100

Color Harmonies of #0013DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0013DE

Black with #0013DE

Text Example


Text Example

White with #0013DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0013DE; }

 p { color: rgb(0,19,222); }

 H1.HeaderClassName
 {
   color: #0013DE;
 }
 .AnyTagClassName
 {
   color: #0013DE;
 }
</style>

background-color css

<style>
 a { background-color: #0013DE; }

 a { background-color: rgb(0,19,222); }

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

border-color css

<style>
 span { border-color: #0013DE; }

 span { border-color: rgb(0,19,222); }

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