Html Css Color HEX #121BA8 Egyptian Blue

📋 copy color: '#121BA8'

red 18 ◦ green 27 ◦ blue 168

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

Shades of Egyptian Blue #121BA8

Tints of Egyptian Blue #121BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 78.87%

R = 8.45%
G = 12.68%
B = 78.87%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#121BA8 (or 0x121BA8) is known color: Egyptian Blue. HEX triplet: 12, 1B and A8. RGB value is (18,27,168). Sum of RGB (Red+Green+Blue) = 18+27+168=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 168 (66.02% from 255 or 78.87% from 213); Max value from RGB is 168 - color contains mainly: blue. Hex color #121BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BA8 is #EDE457. Grayscale: #272727. Windows color (decimal): -15590488 or 11016978. OLE color: 11016978.

HSL color Cylindrical-coordinate representation of color #121BA8: hue angle of 236.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121BA8 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 27 168 -
CMYK 0.89 0.84 0 0.34
HSL 236.4º 0.81% 0.36% -
HSV(B) 236.4º 0.89% 0.66% -
XYZ 7.71 3.74 37.36 -
YUV 40.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 18 27 168 0.89 0.84 0 0.34 236.4 0.81 0.36
Hex 12 1B A8 59 54 0 22 EC 51 24
Octal 22 33 250 131 124 0 42 354 121 44
Binary 10010 11011 10101000 1011001 1010100 0 100010 11101100 1010001 100100

Color Harmonies of #121BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BA8

Black with #121BA8

Text Example


Text Example

White with #121BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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