Html Css Color HEX #1F0EBE Medium Blue

📋 copy color: '#1F0EBE'

red 31 ◦ green 14 ◦ blue 190

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

Shades of Medium Blue #1F0EBE

Tints of Medium Blue #1F0EBE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.96%

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

R = 13.19%
G = 5.96%
B = 80.85%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F0EBE (or 0x1F0EBE) is known color: Medium Blue. HEX triplet: 1F, 0E and BE. RGB value is (31,14,190). Sum of RGB (Red+Green+Blue) = 31+14+190=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F0EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0EBE is #E0F141. Grayscale: #262626. Windows color (decimal): -14741826 or 12455455. OLE color: 12455455.

HSL color Cylindrical-coordinate representation of color #1F0EBE: hue angle of 245.8º degrees, saturation: 0.86, 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 #1F0EBE is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 14 190 -
CMYK 0.84 0.93 0 0.25
HSL 245.8º 0.86% 0.4% -
HSV(B) 245.8º 0.93% 0.75% -
XYZ 10.02 4.32 49.02 -
YUV 39.15 213.13 122.19 -
System Red Green Blue C M Y K H S L
Decimal 31 14 190 0.84 0.93 0 0.25 245.8 0.86 0.4
Hex 1F E BE 54 5D 0 19 F6 56 28
Octal 37 16 276 124 135 0 31 366 126 50
Binary 11111 1110 10111110 1010100 1011101 0 11001 11110110 1010110 101000

Color Harmonies of #1F0EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0EBE

Black with #1F0EBE

Text Example


Text Example

White with #1F0EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,190); }

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

background-color css

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

 a { background-color: rgb(31,14,190); }

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

border-color css

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

 span { border-color: rgb(31,14,190); }

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