Html Css Color HEX #121BCB Medium Blue

📋 copy color: '#121BCB'

red 18 ◦ green 27 ◦ blue 203

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

Shades of Medium Blue #121BCB

Tints of Medium Blue #121BCB

RGB

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

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

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

R = 7.26%
G = 10.89%
B = 81.85%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#121BCB (or 0x121BCB) is known color: Medium Blue. HEX triplet: 12, 1B and CB. RGB value is (18,27,203). Sum of RGB (Red+Green+Blue) = 18+27+203=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #121BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BCB is #EDE434. Grayscale: #2B2B2B. Windows color (decimal): -15590453 or 13310738. OLE color: 13310738.

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

Color convert

RGB 18 27 203 -
CMYK 0.91 0.87 0 0.20
HSL 237.08º 0.84% 0.43% -
HSV(B) 237.08º 0.91% 0.8% -
XYZ 11.42 5.22 56.91 -
YUV 44.37 217.52 109.19 -
System Red Green Blue C M Y K H S L
Decimal 18 27 203 0.91 0.87 0 0.20 237.08 0.84 0.43
Hex 12 1B CB 5B 57 0 14 ED 54 2B
Octal 22 33 313 133 127 0 24 355 124 53
Binary 10010 11011 11001011 1011011 1010111 0 10100 11101101 1010100 101011

Color Harmonies of #121BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BCB

Black with #121BCB

Text Example


Text Example

White with #121BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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