Html Css Color HEX #121BC7 Medium Blue

📋 copy color: '#121BC7'

red 18 ◦ green 27 ◦ blue 199

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

Shades of Medium Blue #121BC7

Tints of Medium Blue #121BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 81.56%

R = 7.38%
G = 11.07%
B = 81.56%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#121BC7 (or 0x121BC7) is known color: Medium Blue. HEX triplet: 12, 1B and C7. RGB value is (18,27,199). Sum of RGB (Red+Green+Blue) = 18+27+199=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 199 (78.12% from 255 or 81.56% from 244); Max value from RGB is 199 - color contains mainly: blue. Hex color #121BC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BC7 is #EDE438. Grayscale: #2B2B2B. Windows color (decimal): -15590457 or 13048594. OLE color: 13048594.

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

Color convert

RGB 18 27 199 -
CMYK 0.91 0.86 0 0.22
HSL 237.02º 0.83% 0.43% -
HSV(B) 237.02º 0.91% 0.78% -
XYZ 10.95 5.04 54.43 -
YUV 43.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 18 27 199 0.91 0.86 0 0.22 237.02 0.83 0.43
Hex 12 1B C7 5B 56 0 16 ED 53 2B
Octal 22 33 307 133 126 0 26 355 123 53
Binary 10010 11011 11000111 1011011 1010110 0 10110 11101101 1010011 101011

Color Harmonies of #121BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BC7

Black with #121BC7

Text Example


Text Example

White with #121BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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