Html Css Color HEX #1F13C0 Medium Blue

📋 copy color: '#1F13C0'

red 31 ◦ green 19 ◦ blue 192

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

Shades of Medium Blue #1F13C0

Tints of Medium Blue #1F13C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 79.34%

R = 12.81%
G = 7.85%
B = 79.34%

CMYK

 C value IS 0.84

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F13C0 (or 0x1F13C0) is known color: Medium Blue. HEX triplet: 1F, 13 and C0. RGB value is (31,19,192). Sum of RGB (Red+Green+Blue) = 31+19+192=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 192 (75.39% from 255 or 79.34% from 242); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F13C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F13C0 is #E0EC3F. Grayscale: #292929. Windows color (decimal): -14740544 or 12587807. OLE color: 12587807.

HSL color Cylindrical-coordinate representation of color #1F13C0: hue angle of 244.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F13C0 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 19 192 -
CMYK 0.84 0.90 0 0.25
HSL 244.16º 0.82% 0.41% -
HSV(B) 244.16º 0.9% 0.75% -
XYZ 10.31 4.56 50.21 -
YUV 42.31 212.48 119.93 -
System Red Green Blue C M Y K H S L
Decimal 31 19 192 0.84 0.90 0 0.25 244.16 0.82 0.41
Hex 1F 13 C0 54 5A 0 19 F4 52 29
Octal 37 23 300 124 132 0 31 364 122 51
Binary 11111 10011 11000000 1010100 1011010 0 11001 11110100 1010010 101001

Color Harmonies of #1F13C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F13C0

Black with #1F13C0

Text Example


Text Example

White with #1F13C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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