Html Css Color HEX #123AAB Egyptian Blue

📋 copy color: '#123AAB'

red 18 ◦ green 58 ◦ blue 171

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

Shades of Egyptian Blue #123AAB

Tints of Egyptian Blue #123AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.48%

 BLUE value IS 171 (67.19% from 255) = 69.23%

R = 7.29%
G = 23.48%
B = 69.23%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#123AAB (or 0x123AAB) is known color: Egyptian Blue. HEX triplet: 12, 3A and AB. RGB value is (18,58,171). Sum of RGB (Red+Green+Blue) = 18+58+171=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #123AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123AAB is #EDC554. Grayscale: #3A3A3A. Windows color (decimal): -15582549 or 11221522. OLE color: 11221522.

HSL color Cylindrical-coordinate representation of color #123AAB: hue angle of 224.31º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123AAB is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 58 171 -
CMYK 0.89 0.66 0 0.33
HSL 224.31º 0.81% 0.37% -
HSV(B) 224.31º 0.89% 0.67% -
XYZ 9.11 6.09 39.22 -
YUV 58.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 18 58 171 0.89 0.66 0 0.33 224.31 0.81 0.37
Hex 12 3A AB 59 42 0 21 E0 51 25
Octal 22 72 253 131 102 0 41 340 121 45
Binary 10010 111010 10101011 1011001 1000010 0 100001 11100000 1010001 100101

Color Harmonies of #123AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123AAB

Black with #123AAB

Text Example


Text Example

White with #123AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123AAB; }

 p { color: rgb(18,58,171); }

 H1.HeaderClassName
 {
   color: #123AAB;
 }
 .AnyTagClassName
 {
   color: #123AAB;
 }
</style>

background-color css

<style>
 a { background-color: #123AAB; }

 a { background-color: rgb(18,58,171); }

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

border-color css

<style>
 span { border-color: #123AAB; }

 span { border-color: rgb(18,58,171); }

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