Html Css Color HEX #121CCB Medium Blue

📋 copy color: '#121CCB'

red 18 ◦ green 28 ◦ blue 203

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

Shades of Medium Blue #121CCB

Tints of Medium Blue #121CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.53%

R = 7.23%
G = 11.24%
B = 81.53%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#121CCB (or 0x121CCB) is known color: Medium Blue. HEX triplet: 12, 1C and CB. RGB value is (18,28,203). Sum of RGB (Red+Green+Blue) = 18+28+203=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #121CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CCB is #EDE334. Grayscale: #2C2C2C. Windows color (decimal): -15590197 or 13310994. OLE color: 13310994.

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

Color convert

RGB 18 28 203 -
CMYK 0.91 0.86 0 0.20
HSL 236.76º 0.84% 0.43% -
HSV(B) 236.76º 0.91% 0.8% -
XYZ 11.44 5.27 56.91 -
YUV 44.96 217.19 108.77 -
System Red Green Blue C M Y K H S L
Decimal 18 28 203 0.91 0.86 0 0.20 236.76 0.84 0.43
Hex 12 1C CB 5B 56 0 14 ED 54 2B
Octal 22 34 313 133 126 0 24 355 124 53
Binary 10010 11100 11001011 1011011 1010110 0 10100 11101101 1010100 101011

Color Harmonies of #121CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CCB

Black with #121CCB

Text Example


Text Example

White with #121CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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