Html Css Color HEX #123292 Egyptian Blue

📋 copy color: '#123292'

red 18 ◦ green 50 ◦ blue 146

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

Shades of Egyptian Blue #123292

Tints of Egyptian Blue #123292

RGB

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

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

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

R = 8.41%
G = 23.36%
B = 68.22%

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

#123292 (or 0x123292) is known color: Egyptian Blue. HEX triplet: 12, 32 and 92. RGB value is (18,50,146). Sum of RGB (Red+Green+Blue) = 18+50+146=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #123292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123292 is #EDCD6D. Grayscale: #323232. Windows color (decimal): -15584622 or 9581074. OLE color: 9581074.

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

Color convert

RGB 18 50 146 -
CMYK 0.88 0.66 0 0.43
HSL 225º 0.78% 0.32% -
HSV(B) 225º 0.88% 0.57% -
XYZ 6.58 4.49 27.71 -
YUV 51.38 181.4 104.19 -
System Red Green Blue C M Y K H S L
Decimal 18 50 146 0.88 0.66 0 0.43 225 0.78 0.32
Hex 12 32 92 58 42 0 2B E1 4E 20
Octal 22 62 222 130 102 0 53 341 116 40
Binary 10010 110010 10010010 1011000 1000010 0 101011 11100001 1001110 100000

Color Harmonies of #123292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123292

Black with #123292

Text Example


Text Example

White with #123292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123292; }

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

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

background-color css

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

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

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

border-color css

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

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

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