Html Css Color HEX #123294 Egyptian Blue

📋 copy color: '#123294'

red 18 ◦ green 50 ◦ blue 148

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

Shades of Egyptian Blue #123294

Tints of Egyptian Blue #123294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

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

R = 8.33%
G = 23.15%
B = 68.52%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123294 (or 0x123294) is known color: Egyptian Blue. HEX triplet: 12, 32 and 94. RGB value is (18,50,148). Sum of RGB (Red+Green+Blue) = 18+50+148=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #123294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123294 is #EDCD6B. Grayscale: #333333. Windows color (decimal): -15584620 or 9712146. OLE color: 9712146.

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

Color convert

RGB 18 50 148 -
CMYK 0.88 0.66 0 0.42
HSL 225.23º 0.78% 0.33% -
HSV(B) 225.23º 0.88% 0.58% -
XYZ 6.74 4.55 28.54 -
YUV 51.6 182.4 104.03 -
System Red Green Blue C M Y K H S L
Decimal 18 50 148 0.88 0.66 0 0.42 225.23 0.78 0.33
Hex 12 32 94 58 42 0 2A E1 4E 21
Octal 22 62 224 130 102 0 52 341 116 41
Binary 10010 110010 10010100 1011000 1000010 0 101010 11100001 1001110 100001

Color Harmonies of #123294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123294

Black with #123294

Text Example


Text Example

White with #123294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123294; }

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

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

background-color css

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

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

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

border-color css

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

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

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