Html Css Color HEX #1F13DE Medium Blue

📋 copy color: '#1F13DE'

red 31 ◦ green 19 ◦ blue 222

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

Shades of Medium Blue #1F13DE

Tints of Medium Blue #1F13DE

RGB

 RED value IS 31 (12.5% from 255) = 11.4%

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

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

R = 11.4%
G = 6.99%
B = 81.62%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F13DE (or 0x1F13DE) is known color: Medium Blue. HEX triplet: 1F, 13 and DE. RGB value is (31,19,222). Sum of RGB (Red+Green+Blue) = 31+19+222=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F13DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F13DE is #E0EC21. Grayscale: #2C2C2C. Windows color (decimal): -14740514 or 14553887. OLE color: 14553887.

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

Color convert

RGB 31 19 222 -
CMYK 0.86 0.91 0 0.13
HSL 243.55º 0.84% 0.47% -
HSV(B) 243.55º 0.91% 0.87% -
XYZ 13.98 6.03 69.53 -
YUV 45.73 227.48 117.49 -
System Red Green Blue C M Y K H S L
Decimal 31 19 222 0.86 0.91 0 0.13 243.55 0.84 0.47
Hex 1F 13 DE 56 5B 0 D F4 54 2F
Octal 37 23 336 126 133 0 15 364 124 57
Binary 11111 10011 11011110 1010110 1011011 0 1101 11110100 1010100 101111

Color Harmonies of #1F13DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F13DE

Black with #1F13DE

Text Example


Text Example

White with #1F13DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F13DE; }

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

 H1.HeaderClassName
 {
   color: #1F13DE;
 }
 .AnyTagClassName
 {
   color: #1F13DE;
 }
</style>

background-color css

<style>
 a { background-color: #1F13DE; }

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

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

border-color css

<style>
 span { border-color: #1F13DE; }

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

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