Html Css Color HEX #1F13DC Medium Blue

📋 copy color: '#1F13DC'

red 31 ◦ green 19 ◦ blue 220

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

Shades of Medium Blue #1F13DC

Tints of Medium Blue #1F13DC

RGB

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

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

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

R = 11.48%
G = 7.04%
B = 81.48%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F13DC (or 0x1F13DC) is known color: Medium Blue. HEX triplet: 1F, 13 and DC. RGB value is (31,19,220). Sum of RGB (Red+Green+Blue) = 31+19+220=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F13DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F13DC is #E0EC23. Grayscale: #2C2C2C. Windows color (decimal): -14740516 or 14422815. OLE color: 14422815.

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

Color convert

RGB 31 19 220 -
CMYK 0.86 0.91 0 0.14
HSL 243.58º 0.84% 0.47% -
HSV(B) 243.58º 0.91% 0.86% -
XYZ 13.72 5.92 68.13 -
YUV 45.5 226.48 117.66 -
System Red Green Blue C M Y K H S L
Decimal 31 19 220 0.86 0.91 0 0.14 243.58 0.84 0.47
Hex 1F 13 DC 56 5B 0 E F4 54 2F
Octal 37 23 334 126 133 0 16 364 124 57
Binary 11111 10011 11011100 1010110 1011011 0 1110 11110100 1010100 101111

Color Harmonies of #1F13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F13DC

Black with #1F13DC

Text Example


Text Example

White with #1F13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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