Html Css Color HEX #1F0EBA Medium Blue

📋 copy color: '#1F0EBA'

red 31 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #1F0EBA

Tints of Medium Blue #1F0EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.52%

R = 13.42%
G = 6.06%
B = 80.52%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F0EBA (or 0x1F0EBA) is known color: Medium Blue. HEX triplet: 1F, 0E and BA. RGB value is (31,14,186). Sum of RGB (Red+Green+Blue) = 31+14+186=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F0EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0EBA is #E0F145. Grayscale: #262626. Windows color (decimal): -14741830 or 12193311. OLE color: 12193311.

HSL color Cylindrical-coordinate representation of color #1F0EBA: hue angle of 245.93º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F0EBA is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 14 186 -
CMYK 0.83 0.92 0 0.27
HSL 245.93º 0.86% 0.39% -
HSV(B) 245.93º 0.92% 0.73% -
XYZ 9.59 4.15 46.75 -
YUV 38.69 211.13 122.51 -
System Red Green Blue C M Y K H S L
Decimal 31 14 186 0.83 0.92 0 0.27 245.93 0.86 0.39
Hex 1F E BA 53 5C 0 1B F6 56 27
Octal 37 16 272 123 134 0 33 366 126 47
Binary 11111 1110 10111010 1010011 1011100 0 11011 11110110 1010110 100111

Color Harmonies of #1F0EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0EBA

Black with #1F0EBA

Text Example


Text Example

White with #1F0EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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