Html Css Color HEX #123BAA Egyptian Blue

📋 copy color: '#123BAA'

red 18 ◦ green 59 ◦ blue 170

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

Shades of Egyptian Blue #123BAA

Tints of Egyptian Blue #123BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

 BLUE value IS 170 (66.8% from 255) = 68.83%

R = 7.29%
G = 23.89%
B = 68.83%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#123BAA (or 0x123BAA) is known color: Egyptian Blue. HEX triplet: 12, 3B and AA. RGB value is (18,59,170). Sum of RGB (Red+Green+Blue) = 18+59+170=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #123BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BAA is #EDC455. Grayscale: #3A3A3A. Windows color (decimal): -15582294 or 11156242. OLE color: 11156242.

HSL color Cylindrical-coordinate representation of color #123BAA: hue angle of 223.82º 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 #123BAA is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 59 170 -
CMYK 0.89 0.65 0 0.33
HSL 223.82º 0.81% 0.37% -
HSV(B) 223.82º 0.89% 0.67% -
XYZ 9.07 6.16 38.74 -
YUV 59.4 190.42 98.47 -
System Red Green Blue C M Y K H S L
Decimal 18 59 170 0.89 0.65 0 0.33 223.82 0.81 0.37
Hex 12 3B AA 59 41 0 21 E0 51 25
Octal 22 73 252 131 101 0 41 340 121 45
Binary 10010 111011 10101010 1011001 1000001 0 100001 11100000 1010001 100101

Color Harmonies of #123BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BAA

Black with #123BAA

Text Example


Text Example

White with #123BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,170); }

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

background-color css

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

 a { background-color: rgb(18,59,170); }

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

border-color css

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

 span { border-color: rgb(18,59,170); }

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