Html Css Color HEX #121AB6 Egyptian Blue

📋 copy color: '#121AB6'

red 18 ◦ green 26 ◦ blue 182

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

Shades of Egyptian Blue #121AB6

Tints of Egyptian Blue #121AB6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.5%

 BLUE value IS 182 (71.48% from 255) = 80.53%

R = 7.96%
G = 11.5%
B = 80.53%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#121AB6 (or 0x121AB6) is known color: Egyptian Blue. HEX triplet: 12, 1A and B6. RGB value is (18,26,182). Sum of RGB (Red+Green+Blue) = 18+26+182=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 182 (71.48% from 255 or 80.53% from 226); Max value from RGB is 182 - color contains mainly: blue. Hex color #121AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB6 is #EDE549. Grayscale: #282828. Windows color (decimal): -15590730 or 11934226. OLE color: 11934226.

HSL color Cylindrical-coordinate representation of color #121AB6: hue angle of 237.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121AB6 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 26 182 -
CMYK 0.90 0.86 0 0.29
HSL 237.07º 0.82% 0.39% -
HSV(B) 237.07º 0.9% 0.71% -
XYZ 9.06 4.24 44.6 -
YUV 41.39 207.35 111.32 -
System Red Green Blue C M Y K H S L
Decimal 18 26 182 0.90 0.86 0 0.29 237.07 0.82 0.39
Hex 12 1A B6 5A 56 0 1D ED 52 27
Octal 22 32 266 132 126 0 35 355 122 47
Binary 10010 11010 10110110 1011010 1010110 0 11101 11101101 1010010 100111

Color Harmonies of #121AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121AB6

Black with #121AB6

Text Example


Text Example

White with #121AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,182); }

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

background-color css

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

 a { background-color: rgb(18,26,182); }

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

border-color css

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

 span { border-color: rgb(18,26,182); }

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