Html Css Color HEX #1C03C0 Medium Blue

📋 copy color: '#1C03C0'

red 28 ◦ green 3 ◦ blue 192

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

Shades of Medium Blue #1C03C0

Tints of Medium Blue #1C03C0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 192 (75.39% from 255) = 86.1%

R = 12.56%
G = 1.35%
B = 86.1%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C03C0 (or 0x1C03C0) is known color: Medium Blue. HEX triplet: 1C, 03 and C0. RGB value is (28,3,192). Sum of RGB (Red+Green+Blue) = 28+3+192=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 192 (75.39% from 255 or 86.10% from 223); Max value from RGB is 192 - color contains mainly: blue. Hex color #1C03C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C03C0 is #E3FC3F. Grayscale: #1F1F1F. Windows color (decimal): -14941248 or 12583708. OLE color: 12583708.

HSL color Cylindrical-coordinate representation of color #1C03C0: hue angle of 247.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C03C0 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 3 192 -
CMYK 0.85 0.98 0 0.25
HSL 247.94º 0.97% 0.38% -
HSV(B) 247.94º 0.98% 0.75% -
XYZ 10.03 4.12 50.14 -
YUV 32.02 218.28 125.13 -
System Red Green Blue C M Y K H S L
Decimal 28 3 192 0.85 0.98 0 0.25 247.94 0.97 0.38
Hex 1C 3 C0 55 62 0 19 F8 61 26
Octal 34 3 300 125 142 0 31 370 141 46
Binary 11100 11 11000000 1010101 1100010 0 11001 11111000 1100001 100110

Color Harmonies of #1C03C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C03C0

Black with #1C03C0

Text Example


Text Example

White with #1C03C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,3,192); }

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

background-color css

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

 a { background-color: rgb(28,3,192); }

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

border-color css

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

 span { border-color: rgb(28,3,192); }

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