Html Css Color HEX #1C0CE1 Medium Blue

📋 copy color: '#1C0CE1'

red 28 ◦ green 12 ◦ blue 225

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

Shades of Medium Blue #1C0CE1

Tints of Medium Blue #1C0CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

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

R = 10.57%
G = 4.53%
B = 84.91%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1C0CE1 (or 0x1C0CE1) is known color: Medium Blue. HEX triplet: 1C, 0C and E1. RGB value is (28,12,225). Sum of RGB (Red+Green+Blue) = 28+12+225=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 225 (88.28% from 255 or 84.91% from 265); Max value from RGB is 225 - color contains mainly: blue. Hex color #1C0CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0CE1 is #E3F31E. Grayscale: #282828. Windows color (decimal): -14938911 or 14748700. OLE color: 14748700.

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

Color convert

RGB 28 12 225 -
CMYK 0.88 0.95 0 0.12
HSL 244.51º 0.9% 0.46% -
HSV(B) 244.51º 0.95% 0.88% -
XYZ 14.2 5.95 71.63 -
YUV 41.07 231.8 118.68 -
System Red Green Blue C M Y K H S L
Decimal 28 12 225 0.88 0.95 0 0.12 244.51 0.9 0.46
Hex 1C C E1 58 5F 0 C F5 5A 2E
Octal 34 14 341 130 137 0 14 365 132 56
Binary 11100 1100 11100001 1011000 1011111 0 1100 11110101 1011010 101110

Color Harmonies of #1C0CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0CE1

Black with #1C0CE1

Text Example


Text Example

White with #1C0CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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