Html Css Color HEX #1F08BA Medium Blue

📋 copy color: '#1F08BA'

red 31 ◦ green 8 ◦ blue 186

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

Shades of Medium Blue #1F08BA

Tints of Medium Blue #1F08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 13.78%
G = 3.56%
B = 82.67%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F08BA (or 0x1F08BA) is known color: Medium Blue. HEX triplet: 1F, 08 and BA. RGB value is (31,8,186). Sum of RGB (Red+Green+Blue) = 31+8+186=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F08BA is #E0F745. Grayscale: #222222. Windows color (decimal): -14743366 or 12191775. OLE color: 12191775.

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

Color convert

RGB 31 8 186 -
CMYK 0.83 0.96 0 0.27
HSL 247.75º 0.92% 0.38% -
HSV(B) 247.75º 0.96% 0.73% -
XYZ 9.51 4.01 46.73 -
YUV 35.17 213.12 125.03 -
System Red Green Blue C M Y K H S L
Decimal 31 8 186 0.83 0.96 0 0.27 247.75 0.92 0.38
Hex 1F 8 BA 53 60 0 1B F8 5C 26
Octal 37 10 272 123 140 0 33 370 134 46
Binary 11111 1000 10111010 1010011 1100000 0 11011 11111000 1011100 100110

Color Harmonies of #1F08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F08BA

Black with #1F08BA

Text Example


Text Example

White with #1F08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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