Html Css Color HEX #1812CD Medium Blue

📋 copy color: '#1812CD'

red 24 ◦ green 18 ◦ blue 205

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

Shades of Medium Blue #1812CD

Tints of Medium Blue #1812CD

RGB

 RED value IS 24 (9.77% from 255) = 9.72%

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

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

R = 9.72%
G = 7.29%
B = 83%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1812CD (or 0x1812CD) is known color: Medium Blue. HEX triplet: 18, 12 and CD. RGB value is (24,18,205). Sum of RGB (Red+Green+Blue) = 24+18+205=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #1812CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812CD is #E7ED32. Grayscale: #282828. Windows color (decimal): -15199539 or 13439512. OLE color: 13439512.

HSL color Cylindrical-coordinate representation of color #1812CD: hue angle of 241.93º 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 #1812CD is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 18 205 -
CMYK 0.88 0.91 0 0.20
HSL 241.93º 0.84% 0.44% -
HSV(B) 241.93º 0.91% 0.8% -
XYZ 11.61 5.03 58.12 -
YUV 41.11 220.49 115.79 -
System Red Green Blue C M Y K H S L
Decimal 24 18 205 0.88 0.91 0 0.20 241.93 0.84 0.44
Hex 18 12 CD 58 5B 0 14 F2 54 2C
Octal 30 22 315 130 133 0 24 362 124 54
Binary 11000 10010 11001101 1011000 1011011 0 10100 11110010 1010100 101100

Color Harmonies of #1812CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1812CD

Black with #1812CD

Text Example


Text Example

White with #1812CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1812CD; }

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

 H1.HeaderClassName
 {
   color: #1812CD;
 }
 .AnyTagClassName
 {
   color: #1812CD;
 }
</style>

background-color css

<style>
 a { background-color: #1812CD; }

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

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

border-color css

<style>
 span { border-color: #1812CD; }

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

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