Html Css Color HEX #1F06BA Medium Blue

📋 copy color: '#1F06BA'

red 31 ◦ green 6 ◦ blue 186

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

Shades of Medium Blue #1F06BA

Tints of Medium Blue #1F06BA

RGB

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

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

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

R = 13.9%
G = 2.69%
B = 83.41%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F06BA (or 0x1F06BA) is known color: Medium Blue. HEX triplet: 1F, 06 and BA. RGB value is (31,6,186). Sum of RGB (Red+Green+Blue) = 31+6+186=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F06BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F06BA is #E0F945. Grayscale: #212121. Windows color (decimal): -14743878 or 12191263. OLE color: 12191263.

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

Color convert

RGB 31 6 186 -
CMYK 0.83 0.97 0 0.27
HSL 248.33º 0.94% 0.38% -
HSV(B) 248.33º 0.97% 0.73% -
XYZ 9.49 3.97 46.72 -
YUV 34 213.78 125.86 -
System Red Green Blue C M Y K H S L
Decimal 31 6 186 0.83 0.97 0 0.27 248.33 0.94 0.38
Hex 1F 6 BA 53 61 0 1B F8 5E 26
Octal 37 6 272 123 141 0 33 370 136 46
Binary 11111 110 10111010 1010011 1100001 0 11011 11111000 1011110 100110

Color Harmonies of #1F06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F06BA

Black with #1F06BA

Text Example


Text Example

White with #1F06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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