Html Css Color HEX #1F0FBB Medium Blue

📋 copy color: '#1F0FBB'

red 31 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #1F0FBB

Tints of Medium Blue #1F0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 13.3%
G = 6.44%
B = 80.26%

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

#1F0FBB (or 0x1F0FBB) is known color: Medium Blue. HEX triplet: 1F, 0F and BB. RGB value is (31,15,187). Sum of RGB (Red+Green+Blue) = 31+15+187=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F0FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0FBB is #E0F044. Grayscale: #262626. Windows color (decimal): -14741573 or 12259103. OLE color: 12259103.

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

Color convert

RGB 31 15 187 -
CMYK 0.83 0.92 0 0.27
HSL 245.58º 0.85% 0.4% -
HSV(B) 245.58º 0.92% 0.73% -
XYZ 9.71 4.22 47.32 -
YUV 39.39 211.3 122.01 -
System Red Green Blue C M Y K H S L
Decimal 31 15 187 0.83 0.92 0 0.27 245.58 0.85 0.4
Hex 1F F BB 53 5C 0 1B F6 55 28
Octal 37 17 273 123 134 0 33 366 125 50
Binary 11111 1111 10111011 1010011 1011100 0 11011 11110110 1010101 101000

Color Harmonies of #1F0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0FBB

Black with #1F0FBB

Text Example


Text Example

White with #1F0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,15,187); }

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

background-color css

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

 a { background-color: rgb(31,15,187); }

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

border-color css

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

 span { border-color: rgb(31,15,187); }

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