Html Css Color HEX #1C0BE1 Medium Blue

📋 copy color: '#1C0BE1'

red 28 ◦ green 11 ◦ blue 225

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

Shades of Medium Blue #1C0BE1

Tints of Medium Blue #1C0BE1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 10.61%
G = 4.17%
B = 85.23%

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

#1C0BE1 (or 0x1C0BE1) is known color: Medium Blue. HEX triplet: 1C, 0B and E1. RGB value is (28,11,225). Sum of RGB (Red+Green+Blue) = 28+11+225=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 225 (88.28% from 255 or 85.23% from 264); Max value from RGB is 225 - color contains mainly: blue. Hex color #1C0BE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0BE1 is #E3F41E. Grayscale: #272727. Windows color (decimal): -14939167 or 14748444. OLE color: 14748444.

HSL color Cylindrical-coordinate representation of color #1C0BE1: hue angle of 244.77º degrees, saturation: 0.91, 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 #1C0BE1 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 28 11 225 -
CMYK 0.88 0.95 0 0.12
HSL 244.77º 0.91% 0.46% -
HSV(B) 244.77º 0.95% 0.88% -
XYZ 14.19 5.92 71.63 -
YUV 40.48 232.13 119.1 -
System Red Green Blue C M Y K H S L
Decimal 28 11 225 0.88 0.95 0 0.12 244.77 0.91 0.46
Hex 1C B E1 58 5F 0 C F5 5B 2E
Octal 34 13 341 130 137 0 14 365 133 56
Binary 11100 1011 11100001 1011000 1011111 0 1100 11110101 1011011 101110

Color Harmonies of #1C0BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0BE1

Black with #1C0BE1

Text Example


Text Example

White with #1C0BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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