Html Css Color HEX #1C12CD Medium Blue

📋 copy color: '#1C12CD'

red 28 ◦ green 18 ◦ blue 205

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

Shades of Medium Blue #1C12CD

Tints of Medium Blue #1C12CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 205 (80.47% from 255) = 81.67%

R = 11.16%
G = 7.17%
B = 81.67%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C12CD (or 0x1C12CD) is known color: Medium Blue. HEX triplet: 1C, 12 and CD. RGB value is (28,18,205). Sum of RGB (Red+Green+Blue) = 28+18+205=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C12CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C12CD is #E3ED32. Grayscale: #292929. Windows color (decimal): -14937395 or 13439516. OLE color: 13439516.

HSL color Cylindrical-coordinate representation of color #1C12CD: hue angle of 243.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C12CD is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 18 205 -
CMYK 0.86 0.91 0 0.20
HSL 243.21º 0.84% 0.44% -
HSV(B) 243.21º 0.91% 0.8% -
XYZ 11.71 5.09 58.12 -
YUV 42.31 219.81 117.79 -
System Red Green Blue C M Y K H S L
Decimal 28 18 205 0.86 0.91 0 0.20 243.21 0.84 0.44
Hex 1C 12 CD 56 5B 0 14 F3 54 2C
Octal 34 22 315 126 133 0 24 363 124 54
Binary 11100 10010 11001101 1010110 1011011 0 10100 11110011 1010100 101100

Color Harmonies of #1C12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C12CD

Black with #1C12CD

Text Example


Text Example

White with #1C12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,205); }

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

background-color css

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

 a { background-color: rgb(28,18,205); }

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

border-color css

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

 span { border-color: rgb(28,18,205); }

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