Html Css Color HEX #123499 Egyptian Blue

📋 copy color: '#123499'

red 18 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #123499

Tints of Egyptian Blue #123499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.32%

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

R = 8.07%
G = 23.32%
B = 68.61%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#123499 (or 0x123499) is known color: Egyptian Blue. HEX triplet: 12, 34 and 99. RGB value is (18,52,153). Sum of RGB (Red+Green+Blue) = 18+52+153=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #123499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123499 is #EDCB66. Grayscale: #343434. Windows color (decimal): -15584103 or 10040338. OLE color: 10040338.

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

Color convert

RGB 18 52 153 -
CMYK 0.88 0.66 0 0.4
HSL 224.89º 0.79% 0.34% -
HSV(B) 224.89º 0.88% 0.6% -
XYZ 7.23 4.88 30.7 -
YUV 53.35 184.24 102.79 -
System Red Green Blue C M Y K H S L
Decimal 18 52 153 0.88 0.66 0 0.4 224.89 0.79 0.34
Hex 12 34 99 58 42 0 28 E1 4F 22
Octal 22 64 231 130 102 0 50 341 117 42
Binary 10010 110100 10011001 1011000 1000010 0 101000 11100001 1001111 100010

Color Harmonies of #123499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123499

Black with #123499

Text Example


Text Example

White with #123499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123499; }

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

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

background-color css

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

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

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

border-color css

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

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

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