Html Css Color HEX #1F15BD Medium Blue

📋 copy color: '#1F15BD'

red 31 ◦ green 21 ◦ blue 189

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

Shades of Medium Blue #1F15BD

Tints of Medium Blue #1F15BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 189 (74.22% from 255) = 78.42%

R = 12.86%
G = 8.71%
B = 78.42%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F15BD (or 0x1F15BD) is known color: Medium Blue. HEX triplet: 1F, 15 and BD. RGB value is (31,21,189). Sum of RGB (Red+Green+Blue) = 31+21+189=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F15BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F15BD is #E0EA42. Grayscale: #2A2A2A. Windows color (decimal): -14740035 or 12391711. OLE color: 12391711.

HSL color Cylindrical-coordinate representation of color #1F15BD: hue angle of 243.57º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F15BD is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 21 189 -
CMYK 0.84 0.89 0 0.26
HSL 243.57º 0.8% 0.41% -
HSV(B) 243.57º 0.89% 0.74% -
XYZ 10.02 4.5 48.49 -
YUV 43.14 210.31 119.34 -
System Red Green Blue C M Y K H S L
Decimal 31 21 189 0.84 0.89 0 0.26 243.57 0.8 0.41
Hex 1F 15 BD 54 59 0 1A F4 50 29
Octal 37 25 275 124 131 0 32 364 120 51
Binary 11111 10101 10111101 1010100 1011001 0 11010 11110100 1010000 101001

Color Harmonies of #1F15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F15BD

Black with #1F15BD

Text Example


Text Example

White with #1F15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,21,189); }

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

background-color css

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

 a { background-color: rgb(31,21,189); }

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

border-color css

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

 span { border-color: rgb(31,21,189); }

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