Html Css Color HEX #121BCA Medium Blue

📋 copy color: '#121BCA'

red 18 ◦ green 27 ◦ blue 202

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

Shades of Medium Blue #121BCA

Tints of Medium Blue #121BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.93%

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

R = 7.29%
G = 10.93%
B = 81.78%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#121BCA (or 0x121BCA) is known color: Medium Blue. HEX triplet: 12, 1B and CA. RGB value is (18,27,202). Sum of RGB (Red+Green+Blue) = 18+27+202=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 27 (10.94% from 255 or 10.93% 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 #121BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BCA is #EDE435. Grayscale: #2B2B2B. Windows color (decimal): -15590454 or 13245202. OLE color: 13245202.

HSL color Cylindrical-coordinate representation of color #121BCA: hue angle of 237.07º 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 #121BCA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 27 202 -
CMYK 0.91 0.87 0 0.21
HSL 237.07º 0.84% 0.43% -
HSV(B) 237.07º 0.91% 0.79% -
XYZ 11.3 5.18 56.28 -
YUV 44.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 18 27 202 0.91 0.87 0 0.21 237.07 0.84 0.43
Hex 12 1B CA 5B 57 0 15 ED 54 2B
Octal 22 33 312 133 127 0 25 355 124 53
Binary 10010 11011 11001010 1011011 1010111 0 10101 11101101 1010100 101011

Color Harmonies of #121BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BCA

Black with #121BCA

Text Example


Text Example

White with #121BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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