Html Css Color HEX #1C0BCC Medium Blue

📋 copy color: '#1C0BCC'

red 28 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #1C0BCC

Tints of Medium Blue #1C0BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 83.95%

R = 11.52%
G = 4.53%
B = 83.95%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C0BCC (or 0x1C0BCC) is known color: Medium Blue. HEX triplet: 1C, 0B and CC. RGB value is (28,11,204). Sum of RGB (Red+Green+Blue) = 28+11+204=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C0BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0BCC is #E3F433. Grayscale: #252525. Windows color (decimal): -14939188 or 13372188. OLE color: 13372188.

HSL color Cylindrical-coordinate representation of color #1C0BCC: hue angle of 245.28º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C0BCC is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 11 204 -
CMYK 0.86 0.95 0 0.2
HSL 245.29º 0.9% 0.42% -
HSV(B) 245.29º 0.95% 0.8% -
XYZ 11.5 4.85 57.46 -
YUV 38.09 221.63 120.81 -
System Red Green Blue C M Y K H S L
Decimal 28 11 204 0.86 0.95 0 0.2 245.29 0.9 0.42
Hex 1C B CC 56 5F 0 14 F5 5A 2A
Octal 34 13 314 126 137 0 24 365 132 52
Binary 11100 1011 11001100 1010110 1011111 0 10100 11110101 1011010 101010

Color Harmonies of #1C0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0BCC

Black with #1C0BCC

Text Example


Text Example

White with #1C0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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