Html Css Color HEX #1C01CC Medium Blue

📋 copy color: '#1C01CC'

red 28 ◦ green 1 ◦ blue 204

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

Shades of Medium Blue #1C01CC

Tints of Medium Blue #1C01CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 12.02%
G = 0.43%
B = 87.55%

CMYK

 C value IS 0.86

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1C01CC (or 0x1C01CC) is known color: Medium Blue. HEX triplet: 1C, 01 and CC. RGB value is (28,1,204). Sum of RGB (Red+Green+Blue) = 28+1+204=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C01CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C01CC is #E3FE33. Grayscale: #1F1F1F. Windows color (decimal): -14941748 or 13369628. OLE color: 13369628.

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

Color convert

RGB 28 1 204 -
CMYK 0.86 1.00 0 0.2
HSL 247.98º 0.99% 0.4% -
HSV(B) 247.98º 1% 0.8% -
XYZ 11.39 4.63 57.42 -
YUV 32.22 224.95 124.99 -
System Red Green Blue C M Y K H S L
Decimal 28 1 204 0.86 1.00 0 0.2 247.98 0.99 0.4
Hex 1C 1 CC 56 64 0 14 F8 63 28
Octal 34 1 314 126 144 0 24 370 143 50
Binary 11100 1 11001100 1010110 1100100 0 10100 11111000 1100011 101000

Color Harmonies of #1C01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C01CC

Black with #1C01CC

Text Example


Text Example

White with #1C01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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