Html Css Color HEX #1C13C6 Medium Blue

📋 copy color: '#1C13C6'

red 28 ◦ green 19 ◦ blue 198

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

Shades of Medium Blue #1C13C6

Tints of Medium Blue #1C13C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 80.82%

R = 11.43%
G = 7.76%
B = 80.82%

CMYK

 C value IS 0.86

 M value IS 0.90

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1C13C6 (or 0x1C13C6) is known color: Medium Blue. HEX triplet: 1C, 13 and C6. RGB value is (28,19,198). Sum of RGB (Red+Green+Blue) = 28+19+198=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 198 (77.73% from 255 or 80.82% from 245); Max value from RGB is 198 - color contains mainly: blue. Hex color #1C13C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C13C6 is #E3EC39. Grayscale: #292929. Windows color (decimal): -14937146 or 12981020. OLE color: 12981020.

HSL color Cylindrical-coordinate representation of color #1C13C6: hue angle of 243.02º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C13C6 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 28 19 198 -
CMYK 0.86 0.90 0 0.22
HSL 243.02º 0.82% 0.43% -
HSV(B) 243.02º 0.9% 0.78% -
XYZ 10.9 4.79 53.78 -
YUV 42.1 215.98 117.95 -
System Red Green Blue C M Y K H S L
Decimal 28 19 198 0.86 0.90 0 0.22 243.02 0.82 0.43
Hex 1C 13 C6 56 5A 0 16 F3 52 2B
Octal 34 23 306 126 132 0 26 363 122 53
Binary 11100 10011 11000110 1010110 1011010 0 10110 11110011 1010010 101011

Color Harmonies of #1C13C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C13C6

Black with #1C13C6

Text Example


Text Example

White with #1C13C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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