Html Css Color HEX #121BC9 Medium Blue

📋 copy color: '#121BC9'

red 18 ◦ green 27 ◦ blue 201

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

Shades of Medium Blue #121BC9

Tints of Medium Blue #121BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 81.71%

R = 7.32%
G = 10.98%
B = 81.71%

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

#121BC9 (or 0x121BC9) is known color: Medium Blue. HEX triplet: 12, 1B and C9. RGB value is (18,27,201). Sum of RGB (Red+Green+Blue) = 18+27+201=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 201 (78.91% from 255 or 81.71% from 246); Max value from RGB is 201 - color contains mainly: blue. Hex color #121BC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BC9 is #EDE436. Grayscale: #2B2B2B. Windows color (decimal): -15590455 or 13179666. OLE color: 13179666.

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

Color convert

RGB 18 27 201 -
CMYK 0.91 0.87 0 0.21
HSL 237.05º 0.84% 0.43% -
HSV(B) 237.05º 0.91% 0.79% -
XYZ 11.18 5.13 55.66 -
YUV 44.15 216.52 109.35 -
System Red Green Blue C M Y K H S L
Decimal 18 27 201 0.91 0.87 0 0.21 237.05 0.84 0.43
Hex 12 1B C9 5B 57 0 15 ED 54 2B
Octal 22 33 311 133 127 0 25 355 124 53
Binary 10010 11011 11001001 1011011 1010111 0 10101 11101101 1010100 101011

Color Harmonies of #121BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BC9

Black with #121BC9

Text Example


Text Example

White with #121BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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