Html Css Color HEX #121CCA Medium Blue

📋 copy color: '#121CCA'

red 18 ◦ green 28 ◦ blue 202

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

Shades of Medium Blue #121CCA

Tints of Medium Blue #121CCA

RGB

 RED value IS 18 (7.42% from 255) = 7.26%

 GREEN value IS 28 (11.33% from 255) = 11.29%

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

R = 7.26%
G = 11.29%
B = 81.45%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#121CCA (or 0x121CCA) is known color: Medium Blue. HEX triplet: 12, 1C and CA. RGB value is (18,28,202). Sum of RGB (Red+Green+Blue) = 18+28+202=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 202 (79.30% from 255 or 81.45% from 248); Max value from RGB is 202 - color contains mainly: blue. Hex color #121CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CCA is #EDE335. Grayscale: #2C2C2C. Windows color (decimal): -15590198 or 13245458. OLE color: 13245458.

HSL color Cylindrical-coordinate representation of color #121CCA: hue angle of 236.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121CCA is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 28 202 -
CMYK 0.91 0.86 0 0.21
HSL 236.74º 0.84% 0.43% -
HSV(B) 236.74º 0.91% 0.79% -
XYZ 11.33 5.22 56.29 -
YUV 44.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 18 28 202 0.91 0.86 0 0.21 236.74 0.84 0.43
Hex 12 1C CA 5B 56 0 15 ED 54 2B
Octal 22 34 312 133 126 0 25 355 124 53
Binary 10010 11100 11001010 1011011 1010110 0 10101 11101101 1010100 101011

Color Harmonies of #121CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CCA

Black with #121CCA

Text Example


Text Example

White with #121CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121CCA; }

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

 H1.HeaderClassName
 {
   color: #121CCA;
 }
 .AnyTagClassName
 {
   color: #121CCA;
 }
</style>

background-color css

<style>
 a { background-color: #121CCA; }

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

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

border-color css

<style>
 span { border-color: #121CCA; }

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

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