Html Css Color HEX #123196 Egyptian Blue

📋 copy color: '#123196'

red 18 ◦ green 49 ◦ blue 150

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

Shades of Egyptian Blue #123196

Tints of Egyptian Blue #123196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 8.29%
G = 22.58%
B = 69.12%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#123196 (or 0x123196) is known color: Egyptian Blue. HEX triplet: 12, 31 and 96. RGB value is (18,49,150). Sum of RGB (Red+Green+Blue) = 18+49+150=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #123196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123196 is #EDCE69. Grayscale: #323232. Windows color (decimal): -15584874 or 9842962. OLE color: 9842962.

HSL color Cylindrical-coordinate representation of color #123196: hue angle of 225.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123196 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 49 150 -
CMYK 0.88 0.67 0 0.41
HSL 225.91º 0.79% 0.33% -
HSV(B) 225.91º 0.88% 0.59% -
XYZ 6.85 4.53 29.37 -
YUV 51.25 183.73 104.29 -
System Red Green Blue C M Y K H S L
Decimal 18 49 150 0.88 0.67 0 0.41 225.91 0.79 0.33
Hex 12 31 96 58 43 0 29 E2 4F 21
Octal 22 61 226 130 103 0 51 342 117 41
Binary 10010 110001 10010110 1011000 1000011 0 101001 11100010 1001111 100001

Color Harmonies of #123196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123196

Black with #123196

Text Example


Text Example

White with #123196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123196; }

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

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

background-color css

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

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

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

border-color css

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

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

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