Html Css Color HEX #123194 Egyptian Blue

📋 copy color: '#123194'

red 18 ◦ green 49 ◦ blue 148

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

Shades of Egyptian Blue #123194

Tints of Egyptian Blue #123194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.84%

R = 8.37%
G = 22.79%
B = 68.84%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123194 (or 0x123194) is known color: Egyptian Blue. HEX triplet: 12, 31 and 94. RGB value is (18,49,148). Sum of RGB (Red+Green+Blue) = 18+49+148=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #123194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123194 is #EDCE6B. Grayscale: #323232. Windows color (decimal): -15584876 or 9711890. OLE color: 9711890.

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

Color convert

RGB 18 49 148 -
CMYK 0.88 0.67 0 0.42
HSL 225.69º 0.78% 0.33% -
HSV(B) 225.69º 0.88% 0.58% -
XYZ 6.69 4.46 28.53 -
YUV 51.02 182.73 104.45 -
System Red Green Blue C M Y K H S L
Decimal 18 49 148 0.88 0.67 0 0.42 225.69 0.78 0.33
Hex 12 31 94 58 43 0 2A E2 4E 21
Octal 22 61 224 130 103 0 52 342 116 41
Binary 10010 110001 10010100 1011000 1000011 0 101010 11100010 1001110 100001

Color Harmonies of #123194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123194

Black with #123194

Text Example


Text Example

White with #123194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123194; }

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

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

background-color css

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

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

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

border-color css

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

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

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