Html Css Color HEX #1F06BE Medium Blue

📋 copy color: '#1F06BE'

red 31 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #1F06BE

Tints of Medium Blue #1F06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

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

R = 13.66%
G = 2.64%
B = 83.7%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F06BE (or 0x1F06BE) is known color: Medium Blue. HEX triplet: 1F, 06 and BE. RGB value is (31,6,190). Sum of RGB (Red+Green+Blue) = 31+6+190=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 190 (74.61% from 255 or 83.70% from 227); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F06BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F06BE is #E0F941. Grayscale: #212121. Windows color (decimal): -14743874 or 12453407. OLE color: 12453407.

HSL color Cylindrical-coordinate representation of color #1F06BE: hue angle of 248.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F06BE is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 6 190 -
CMYK 0.84 0.97 0 0.25
HSL 248.15º 0.94% 0.38% -
HSV(B) 248.15º 0.97% 0.75% -
XYZ 9.92 4.14 48.99 -
YUV 34.45 215.78 125.54 -
System Red Green Blue C M Y K H S L
Decimal 31 6 190 0.84 0.97 0 0.25 248.15 0.94 0.38
Hex 1F 6 BE 54 61 0 19 F8 5E 26
Octal 37 6 276 124 141 0 31 370 136 46
Binary 11111 110 10111110 1010100 1100001 0 11001 11111000 1011110 100110

Color Harmonies of #1F06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F06BE

Black with #1F06BE

Text Example


Text Example

White with #1F06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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