Html Css Color HEX #123C99 Egyptian Blue

📋 copy color: '#123C99'

red 18 ◦ green 60 ◦ blue 153

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

Shades of Egyptian Blue #123C99

Tints of Egyptian Blue #123C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

 BLUE value IS 153 (60.16% from 255) = 66.23%

R = 7.79%
G = 25.97%
B = 66.23%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#123C99 (or 0x123C99) is known color: Egyptian Blue. HEX triplet: 12, 3C and 99. RGB value is (18,60,153). Sum of RGB (Red+Green+Blue) = 18+60+153=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #123C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C99 is #EDC366. Grayscale: #393939. Windows color (decimal): -15582055 or 10042386. OLE color: 10042386.

HSL color Cylindrical-coordinate representation of color #123C99: hue angle of 221.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123C99 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 60 153 -
CMYK 0.88 0.61 0 0.4
HSL 221.33º 0.79% 0.34% -
HSV(B) 221.33º 0.88% 0.6% -
XYZ 7.62 5.66 30.83 -
YUV 58.04 181.59 99.44 -
System Red Green Blue C M Y K H S L
Decimal 18 60 153 0.88 0.61 0 0.4 221.33 0.79 0.34
Hex 12 3C 99 58 3D 0 28 DD 4F 22
Octal 22 74 231 130 75 0 50 335 117 42
Binary 10010 111100 10011001 1011000 111101 0 101000 11011101 1001111 100010

Color Harmonies of #123C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123C99

Black with #123C99

Text Example


Text Example

White with #123C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,60,153); }

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

background-color css

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

 a { background-color: rgb(18,60,153); }

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

border-color css

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

 span { border-color: rgb(18,60,153); }

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