Html Css Color HEX #123399 Egyptian Blue

📋 copy color: '#123399'

red 18 ◦ green 51 ◦ blue 153

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

Shades of Egyptian Blue #123399

Tints of Egyptian Blue #123399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.97%

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

R = 8.11%
G = 22.97%
B = 68.92%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#123399 (or 0x123399) is known color: Egyptian Blue. HEX triplet: 12, 33 and 99. RGB value is (18,51,153). Sum of RGB (Red+Green+Blue) = 18+51+153=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #123399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123399 is #EDCC66. Grayscale: #343434. Windows color (decimal): -15584359 or 10040082. OLE color: 10040082.

HSL color Cylindrical-coordinate representation of color #123399: hue angle of 225.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 #123399 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 51 153 -
CMYK 0.88 0.67 0 0.4
HSL 225.33º 0.79% 0.34% -
HSV(B) 225.33º 0.88% 0.6% -
XYZ 7.18 4.8 30.68 -
YUV 52.76 184.57 103.21 -
System Red Green Blue C M Y K H S L
Decimal 18 51 153 0.88 0.67 0 0.4 225.33 0.79 0.34
Hex 12 33 99 58 43 0 28 E1 4F 22
Octal 22 63 231 130 103 0 50 341 117 42
Binary 10010 110011 10011001 1011000 1000011 0 101000 11100001 1001111 100010

Color Harmonies of #123399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123399

Black with #123399

Text Example


Text Example

White with #123399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123399; }

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

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

background-color css

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

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

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

border-color css

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

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

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