Html Css Color HEX #1C15BF Medium Blue

📋 copy color: '#1C15BF'

red 28 ◦ green 21 ◦ blue 191

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

Shades of Medium Blue #1C15BF

Tints of Medium Blue #1C15BF

RGB

 RED value IS 28 (11.33% from 255) = 11.67%

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

 BLUE value IS 191 (75% from 255) = 79.58%

R = 11.67%
G = 8.75%
B = 79.58%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C15BF (or 0x1C15BF) is known color: Medium Blue. HEX triplet: 1C, 15 and BF. RGB value is (28,21,191). Sum of RGB (Red+Green+Blue) = 28+21+191=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C15BF is #E3EA40. Grayscale: #292929. Windows color (decimal): -14936641 or 12522780. OLE color: 12522780.

HSL color Cylindrical-coordinate representation of color #1C15BF: hue angle of 242.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C15BF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 21 191 -
CMYK 0.85 0.89 0 0.25
HSL 242.47º 0.8% 0.42% -
HSV(B) 242.47º 0.89% 0.75% -
XYZ 10.15 4.54 49.63 -
YUV 42.47 211.82 117.68 -
System Red Green Blue C M Y K H S L
Decimal 28 21 191 0.85 0.89 0 0.25 242.47 0.8 0.42
Hex 1C 15 BF 55 59 0 19 F2 50 2A
Octal 34 25 277 125 131 0 31 362 120 52
Binary 11100 10101 10111111 1010101 1011001 0 11001 11110010 1010000 101010

Color Harmonies of #1C15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C15BF

Black with #1C15BF

Text Example


Text Example

White with #1C15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,191); }

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

background-color css

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

 a { background-color: rgb(28,21,191); }

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

border-color css

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

 span { border-color: rgb(28,21,191); }

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