Html Css Color HEX #1F00BA Medium Blue

📋 copy color: '#1F00BA'

red 31 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #1F00BA

Tints of Medium Blue #1F00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 14.29%
G = 0%
B = 85.71%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F00BA (or 0x1F00BA) is known color: Medium Blue. HEX triplet: 1F, 00 and BA. RGB value is (31,0,186). Sum of RGB (Red+Green+Blue) = 31+0+186=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00BA is #E0FF45. Grayscale: #1D1D1D. Windows color (decimal): -14745414 or 12189727. OLE color: 12189727.

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

Color convert

RGB 31 0 186 -
CMYK 0.83 1 0 0.27
HSL 250º 1% 0.36% -
HSV(B) 250º 1% 0.73% -
XYZ 9.43 3.84 46.7 -
YUV 30.47 215.77 128.38 -
System Red Green Blue C M Y K H S L
Decimal 31 0 186 0.83 1 0 0.27 250 1 0.36
Hex 1F 0 BA 53 64 0 1B FA 64 24
Octal 37 0 272 123 144 0 33 372 144 44
Binary 11111 0 10111010 1010011 1100100 0 11011 11111010 1100100 100100

Color Harmonies of #1F00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F00BA

Black with #1F00BA

Text Example


Text Example

White with #1F00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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