Html Css Color HEX #121CB6 Egyptian Blue

📋 copy color: '#121CB6'

red 18 ◦ green 28 ◦ blue 182

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

Shades of Egyptian Blue #121CB6

Tints of Egyptian Blue #121CB6

RGB

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

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

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

R = 7.89%
G = 12.28%
B = 79.82%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#121CB6 (or 0x121CB6) is known color: Egyptian Blue. HEX triplet: 12, 1C and B6. RGB value is (18,28,182). Sum of RGB (Red+Green+Blue) = 18+28+182=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 182 (71.48% from 255 or 79.82% from 228); Max value from RGB is 182 - color contains mainly: blue. Hex color #121CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CB6 is #EDE349. Grayscale: #292929. Windows color (decimal): -15590218 or 11934738. OLE color: 11934738.

HSL color Cylindrical-coordinate representation of color #121CB6: hue angle of 236.34º 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 #121CB6 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 28 182 -
CMYK 0.90 0.85 0 0.29
HSL 236.34º 0.82% 0.39% -
HSV(B) 236.34º 0.9% 0.71% -
XYZ 9.11 4.34 44.61 -
YUV 42.57 206.69 110.48 -
System Red Green Blue C M Y K H S L
Decimal 18 28 182 0.90 0.85 0 0.29 236.34 0.82 0.39
Hex 12 1C B6 5A 55 0 1D EC 52 27
Octal 22 34 266 132 125 0 35 354 122 47
Binary 10010 11100 10110110 1011010 1010101 0 11101 11101100 1010010 100111

Color Harmonies of #121CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CB6

Black with #121CB6

Text Example


Text Example

White with #121CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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