Html Css Color HEX #121CB3 Egyptian Blue

📋 copy color: '#121CB3'

red 18 ◦ green 28 ◦ blue 179

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

Shades of Egyptian Blue #121CB3

Tints of Egyptian Blue #121CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 79.56%

R = 8%
G = 12.44%
B = 79.56%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#121CB3 (or 0x121CB3) is known color: Egyptian Blue. HEX triplet: 12, 1C and B3. RGB value is (18,28,179). Sum of RGB (Red+Green+Blue) = 18+28+179=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 179 (70.31% from 255 or 79.56% from 225); Max value from RGB is 179 - color contains mainly: blue. Hex color #121CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CB3 is #EDE34C. Grayscale: #292929. Windows color (decimal): -15590221 or 11738130. OLE color: 11738130.

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

Color convert

RGB 18 28 179 -
CMYK 0.90 0.84 0 0.30
HSL 236.27º 0.82% 0.39% -
HSV(B) 236.27º 0.9% 0.7% -
XYZ 8.8 4.21 43 -
YUV 42.22 205.19 110.72 -
System Red Green Blue C M Y K H S L
Decimal 18 28 179 0.90 0.84 0 0.30 236.27 0.82 0.39
Hex 12 1C B3 5A 54 0 1E EC 52 27
Octal 22 34 263 132 124 0 36 354 122 47
Binary 10010 11100 10110011 1011010 1010100 0 11110 11101100 1010010 100111

Color Harmonies of #121CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CB3

Black with #121CB3

Text Example


Text Example

White with #121CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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