Html Css Color HEX #123192 Egyptian Blue

📋 copy color: '#123192'

red 18 ◦ green 49 ◦ blue 146

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

Shades of Egyptian Blue #123192

Tints of Egyptian Blue #123192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 146 (57.42% from 255) = 68.54%

R = 8.45%
G = 23%
B = 68.54%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#123192 (or 0x123192) is known color: Egyptian Blue. HEX triplet: 12, 31 and 92. RGB value is (18,49,146). Sum of RGB (Red+Green+Blue) = 18+49+146=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #123192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123192 is #EDCE6D. Grayscale: #323232. Windows color (decimal): -15584878 or 9580818. OLE color: 9580818.

HSL color Cylindrical-coordinate representation of color #123192: hue angle of 225.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123192 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 49 146 -
CMYK 0.88 0.66 0 0.43
HSL 225.47º 0.78% 0.32% -
HSV(B) 225.47º 0.88% 0.57% -
XYZ 6.54 4.4 27.7 -
YUV 50.79 181.73 104.61 -
System Red Green Blue C M Y K H S L
Decimal 18 49 146 0.88 0.66 0 0.43 225.47 0.78 0.32
Hex 12 31 92 58 42 0 2B E1 4E 20
Octal 22 61 222 130 102 0 53 341 116 40
Binary 10010 110001 10010010 1011000 1000010 0 101011 11100001 1001110 100000

Color Harmonies of #123192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123192

Black with #123192

Text Example


Text Example

White with #123192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123192; }

 p { color: rgb(18,49,146); }

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

background-color css

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

 a { background-color: rgb(18,49,146); }

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

border-color css

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

 span { border-color: rgb(18,49,146); }

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