Html Css Color HEX #121BCE Medium Blue

📋 copy color: '#121BCE'

red 18 ◦ green 27 ◦ blue 206

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

Shades of Medium Blue #121BCE

Tints of Medium Blue #121BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 82.07%

R = 7.17%
G = 10.76%
B = 82.07%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#121BCE (or 0x121BCE) is known color: Medium Blue. HEX triplet: 12, 1B and CE. RGB value is (18,27,206). Sum of RGB (Red+Green+Blue) = 18+27+206=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #121BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BCE is #EDE431. Grayscale: #2B2B2B. Windows color (decimal): -15590450 or 13507346. OLE color: 13507346.

HSL color Cylindrical-coordinate representation of color #121BCE: hue angle of 237.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121BCE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 27 206 -
CMYK 0.91 0.87 0 0.19
HSL 237.13º 0.84% 0.44% -
HSV(B) 237.13º 0.91% 0.81% -
XYZ 11.78 5.37 58.81 -
YUV 44.72 219.02 108.95 -
System Red Green Blue C M Y K H S L
Decimal 18 27 206 0.91 0.87 0 0.19 237.13 0.84 0.44
Hex 12 1B CE 5B 57 0 13 ED 54 2C
Octal 22 33 316 133 127 0 23 355 124 54
Binary 10010 11011 11001110 1011011 1010111 0 10011 11101101 1010100 101100

Color Harmonies of #121BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BCE

Black with #121BCE

Text Example


Text Example

White with #121BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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