Html Css Color HEX #123BAE Egyptian Blue

📋 copy color: '#123BAE'

red 18 ◦ green 59 ◦ blue 174

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

Shades of Egyptian Blue #123BAE

Tints of Egyptian Blue #123BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 7.17%
G = 23.51%
B = 69.32%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#123BAE (or 0x123BAE) is known color: Egyptian Blue. HEX triplet: 12, 3B and AE. RGB value is (18,59,174). Sum of RGB (Red+Green+Blue) = 18+59+174=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #123BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123BAE is #EDC451. Grayscale: #3B3B3B. Windows color (decimal): -15582290 or 11418386. OLE color: 11418386.

HSL color Cylindrical-coordinate representation of color #123BAE: hue angle of 224.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123BAE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 59 174 -
CMYK 0.90 0.66 0 0.32
HSL 224.23º 0.81% 0.38% -
HSV(B) 224.23º 0.9% 0.68% -
XYZ 9.45 6.31 40.76 -
YUV 59.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 18 59 174 0.90 0.66 0 0.32 224.23 0.81 0.38
Hex 12 3B AE 5A 42 0 20 E0 51 26
Octal 22 73 256 132 102 0 40 340 121 46
Binary 10010 111011 10101110 1011010 1000010 0 100000 11100000 1010001 100110

Color Harmonies of #123BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BAE

Black with #123BAE

Text Example


Text Example

White with #123BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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