Html Css Color HEX #1815CA Medium Blue

📋 copy color: '#1815CA'

red 24 ◦ green 21 ◦ blue 202

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

Shades of Medium Blue #1815CA

Tints of Medium Blue #1815CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

 BLUE value IS 202 (79.3% from 255) = 81.78%

R = 9.72%
G = 8.5%
B = 81.78%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1815CA (or 0x1815CA) is known color: Medium Blue. HEX triplet: 18, 15 and CA. RGB value is (24,21,202). Sum of RGB (Red+Green+Blue) = 24+21+202=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 202 (79.30% from 255 or 81.78% from 247); Max value from RGB is 202 - color contains mainly: blue. Hex color #1815CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1815CA is #E7EA35. Grayscale: #292929. Windows color (decimal): -15198774 or 13243672. OLE color: 13243672.

HSL color Cylindrical-coordinate representation of color #1815CA: hue angle of 240.99º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1815CA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 21 202 -
CMYK 0.88 0.90 0 0.21
HSL 240.99º 0.81% 0.44% -
HSV(B) 240.99º 0.9% 0.79% -
XYZ 11.31 4.99 56.25 -
YUV 42.53 217.99 114.78 -
System Red Green Blue C M Y K H S L
Decimal 24 21 202 0.88 0.90 0 0.21 240.99 0.81 0.44
Hex 18 15 CA 58 5A 0 15 F1 51 2C
Octal 30 25 312 130 132 0 25 361 121 54
Binary 11000 10101 11001010 1011000 1011010 0 10101 11110001 1010001 101100

Color Harmonies of #1815CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1815CA

Black with #1815CA

Text Example


Text Example

White with #1815CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1815CA; }

 p { color: rgb(24,21,202); }

 H1.HeaderClassName
 {
   color: #1815CA;
 }
 .AnyTagClassName
 {
   color: #1815CA;
 }
</style>

background-color css

<style>
 a { background-color: #1815CA; }

 a { background-color: rgb(24,21,202); }

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

border-color css

<style>
 span { border-color: #1815CA; }

 span { border-color: rgb(24,21,202); }

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