Html Css Color HEX #1C0AE1 Medium Blue

📋 copy color: '#1C0AE1'

red 28 ◦ green 10 ◦ blue 225

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

Shades of Medium Blue #1C0AE1

Tints of Medium Blue #1C0AE1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 225 (88.28% from 255) = 85.55%

R = 10.65%
G = 3.8%
B = 85.55%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1C0AE1 (or 0x1C0AE1) is known color: Medium Blue. HEX triplet: 1C, 0A and E1. RGB value is (28,10,225). Sum of RGB (Red+Green+Blue) = 28+10+225=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 225 (88.28% from 255 or 85.55% from 263); Max value from RGB is 225 - color contains mainly: blue. Hex color #1C0AE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0AE1 is #E3F51E. Grayscale: #272727. Windows color (decimal): -14939423 or 14748188. OLE color: 14748188.

HSL color Cylindrical-coordinate representation of color #1C0AE1: hue angle of 245.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0AE1 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 10 225 -
CMYK 0.88 0.96 0 0.12
HSL 245.02º 0.91% 0.46% -
HSV(B) 245.02º 0.96% 0.88% -
XYZ 14.18 5.9 71.63 -
YUV 39.89 232.46 119.52 -
System Red Green Blue C M Y K H S L
Decimal 28 10 225 0.88 0.96 0 0.12 245.02 0.91 0.46
Hex 1C A E1 58 60 0 C F5 5B 2E
Octal 34 12 341 130 140 0 14 365 133 56
Binary 11100 1010 11100001 1011000 1100000 0 1100 11110101 1011011 101110

Color Harmonies of #1C0AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0AE1

Black with #1C0AE1

Text Example


Text Example

White with #1C0AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,10,225); }

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

background-color css

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

 a { background-color: rgb(28,10,225); }

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

border-color css

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

 span { border-color: rgb(28,10,225); }

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