Html Css Color HEX #1F01B7 Medium Blue

📋 copy color: '#1F01B7'

red 31 ◦ green 1 ◦ blue 183

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

Shades of Medium Blue #1F01B7

Tints of Medium Blue #1F01B7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 183 (71.88% from 255) = 85.12%

R = 14.42%
G = 0.47%
B = 85.12%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1F01B7 (or 0x1F01B7) is known color: Medium Blue. HEX triplet: 1F, 01 and B7. RGB value is (31,1,183). Sum of RGB (Red+Green+Blue) = 31+1+183=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 183 (71.88% from 255 or 85.12% from 215); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F01B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01B7 is #E0FE48. Grayscale: #1E1E1E. Windows color (decimal): -14745161 or 11993375. OLE color: 11993375.

HSL color Cylindrical-coordinate representation of color #1F01B7: hue angle of 249.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01B7 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 31 1 183 -
CMYK 0.83 0.99 0 0.28
HSL 249.89º 0.99% 0.36% -
HSV(B) 249.89º 0.99% 0.72% -
XYZ 9.12 3.73 45.04 -
YUV 30.72 213.94 128.2 -
System Red Green Blue C M Y K H S L
Decimal 31 1 183 0.83 0.99 0 0.28 249.89 0.99 0.36
Hex 1F 1 B7 53 63 0 1C FA 63 24
Octal 37 1 267 123 143 0 34 372 143 44
Binary 11111 1 10110111 1010011 1100011 0 11100 11111010 1100011 100100

Color Harmonies of #1F01B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F01B7

Black with #1F01B7

Text Example


Text Example

White with #1F01B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,183); }

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

background-color css

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

 a { background-color: rgb(31,1,183); }

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

border-color css

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

 span { border-color: rgb(31,1,183); }

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