Html Css Color HEX #1C13BE Medium Blue

📋 copy color: '#1C13BE'

red 28 ◦ green 19 ◦ blue 190

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

Shades of Medium Blue #1C13BE

Tints of Medium Blue #1C13BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 190 (74.61% from 255) = 80.17%

R = 11.81%
G = 8.02%
B = 80.17%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C13BE (or 0x1C13BE) is known color: Medium Blue. HEX triplet: 1C, 13 and BE. RGB value is (28,19,190). Sum of RGB (Red+Green+Blue) = 28+19+190=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 190 (74.61% from 255 or 80.17% from 237); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C13BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C13BE is #E3EC41. Grayscale: #282828. Windows color (decimal): -14937154 or 12456732. OLE color: 12456732.

HSL color Cylindrical-coordinate representation of color #1C13BE: hue angle of 243.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C13BE is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 19 190 -
CMYK 0.85 0.90 0 0.25
HSL 243.16º 0.82% 0.41% -
HSV(B) 243.16º 0.9% 0.75% -
XYZ 10.01 4.43 49.04 -
YUV 41.19 211.98 118.6 -
System Red Green Blue C M Y K H S L
Decimal 28 19 190 0.85 0.90 0 0.25 243.16 0.82 0.41
Hex 1C 13 BE 55 5A 0 19 F3 52 29
Octal 34 23 276 125 132 0 31 363 122 51
Binary 11100 10011 10111110 1010101 1011010 0 11001 11110011 1010010 101001

Color Harmonies of #1C13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C13BE

Black with #1C13BE

Text Example


Text Example

White with #1C13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,19,190); }

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

background-color css

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

 a { background-color: rgb(28,19,190); }

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

border-color css

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

 span { border-color: rgb(28,19,190); }

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