Html Css Color HEX #121BB3 Egyptian Blue

📋 copy color: '#121BB3'

red 18 ◦ green 27 ◦ blue 179

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

Shades of Egyptian Blue #121BB3

Tints of Egyptian Blue #121BB3

RGB

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

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

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

R = 8.04%
G = 12.05%
B = 79.91%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#121BB3 (or 0x121BB3) is known color: Egyptian Blue. HEX triplet: 12, 1B and B3. RGB value is (18,27,179). Sum of RGB (Red+Green+Blue) = 18+27+179=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 179 (70.31% from 255 or 79.91% from 224); Max value from RGB is 179 - color contains mainly: blue. Hex color #121BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BB3 is #EDE44C. Grayscale: #292929. Windows color (decimal): -15590477 or 11737874. OLE color: 11737874.

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

Color convert

RGB 18 27 179 -
CMYK 0.90 0.85 0 0.30
HSL 236.65º 0.82% 0.39% -
HSV(B) 236.65º 0.9% 0.7% -
XYZ 8.78 4.17 42.99 -
YUV 41.64 205.52 111.14 -
System Red Green Blue C M Y K H S L
Decimal 18 27 179 0.90 0.85 0 0.30 236.65 0.82 0.39
Hex 12 1B B3 5A 55 0 1E ED 52 27
Octal 22 33 263 132 125 0 36 355 122 47
Binary 10010 11011 10110011 1011010 1010101 0 11110 11101101 1010010 100111

Color Harmonies of #121BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BB3

Black with #121BB3

Text Example


Text Example

White with #121BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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