Html Css Color HEX #1F03BE Medium Blue

📋 copy color: '#1F03BE'

red 31 ◦ green 3 ◦ blue 190

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

Shades of Medium Blue #1F03BE

Tints of Medium Blue #1F03BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 13.84%
G = 1.34%
B = 84.82%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F03BE (or 0x1F03BE) is known color: Medium Blue. HEX triplet: 1F, 03 and BE. RGB value is (31,3,190). Sum of RGB (Red+Green+Blue) = 31+3+190=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F03BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03BE is #E0FC41. Grayscale: #1F1F1F. Windows color (decimal): -14744642 or 12452639. OLE color: 12452639.

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

Color convert

RGB 31 3 190 -
CMYK 0.84 0.98 0 0.25
HSL 248.98º 0.97% 0.38% -
HSV(B) 248.98º 0.98% 0.75% -
XYZ 9.89 4.07 48.98 -
YUV 32.69 216.78 126.79 -
System Red Green Blue C M Y K H S L
Decimal 31 3 190 0.84 0.98 0 0.25 248.98 0.97 0.38
Hex 1F 3 BE 54 62 0 19 F9 61 26
Octal 37 3 276 124 142 0 31 371 141 46
Binary 11111 11 10111110 1010100 1100010 0 11001 11111001 1100001 100110

Color Harmonies of #1F03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F03BE

Black with #1F03BE

Text Example


Text Example

White with #1F03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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