Html Css Color HEX #1418CA Medium Blue

📋 copy color: '#1418CA'

red 20 ◦ green 24 ◦ blue 202

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

Shades of Medium Blue #1418CA

Tints of Medium Blue #1418CA

RGB

 RED value IS 20 (8.2% from 255) = 8.13%

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 8.13%
G = 9.76%
B = 82.11%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1418CA (or 0x1418CA) is known color: Medium Blue. HEX triplet: 14, 18 and CA. RGB value is (20,24,202). Sum of RGB (Red+Green+Blue) = 20+24+202=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #1418CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418CA is #EBE735. Grayscale: #2A2A2A. Windows color (decimal): -15460150 or 13244436. OLE color: 13244436.

HSL color Cylindrical-coordinate representation of color #1418CA: hue angle of 238.68º degrees, saturation: 0.82, 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 #1418CA is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 24 202 -
CMYK 0.90 0.88 0 0.21
HSL 238.68º 0.82% 0.44% -
HSV(B) 238.68º 0.9% 0.79% -
XYZ 11.28 5.07 56.26 -
YUV 43.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 20 24 202 0.90 0.88 0 0.21 238.68 0.82 0.44
Hex 14 18 CA 5A 58 0 15 EF 52 2C
Octal 24 30 312 132 130 0 25 357 122 54
Binary 10100 11000 11001010 1011010 1011000 0 10101 11101111 1010010 101100

Color Harmonies of #1418CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418CA

Black with #1418CA

Text Example


Text Example

White with #1418CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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