Html Css Color HEX #123595 Egyptian Blue

📋 copy color: '#123595'

red 18 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #123595

Tints of Egyptian Blue #123595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 8.18%
G = 24.09%
B = 67.73%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123595 (or 0x123595) is known color: Egyptian Blue. HEX triplet: 12, 35 and 95. RGB value is (18,53,149). Sum of RGB (Red+Green+Blue) = 18+53+149=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #123595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123595 is #EDCA6A. Grayscale: #353535. Windows color (decimal): -15583851 or 9778450. OLE color: 9778450.

HSL color Cylindrical-coordinate representation of color #123595: hue angle of 223.97º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123595 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 53 149 -
CMYK 0.88 0.64 0 0.42
HSL 223.97º 0.78% 0.33% -
HSV(B) 223.97º 0.88% 0.58% -
XYZ 6.95 4.84 29 -
YUV 53.48 181.9 102.69 -
System Red Green Blue C M Y K H S L
Decimal 18 53 149 0.88 0.64 0 0.42 223.97 0.78 0.33
Hex 12 35 95 58 40 0 2A E0 4E 21
Octal 22 65 225 130 100 0 52 340 116 41
Binary 10010 110101 10010101 1011000 1000000 0 101010 11100000 1001110 100001

Color Harmonies of #123595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123595

Black with #123595

Text Example


Text Example

White with #123595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123595; }

 p { color: rgb(18,53,149); }

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

background-color css

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

 a { background-color: rgb(18,53,149); }

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

border-color css

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

 span { border-color: rgb(18,53,149); }

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