Html Css Color HEX #123A94 Egyptian Blue

📋 copy color: '#123A94'

red 18 ◦ green 58 ◦ blue 148

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

Shades of Egyptian Blue #123A94

Tints of Egyptian Blue #123A94

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

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

R = 8.04%
G = 25.89%
B = 66.07%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#123A94 (or 0x123A94) is known color: Egyptian Blue. HEX triplet: 12, 3A and 94. RGB value is (18,58,148). Sum of RGB (Red+Green+Blue) = 18+58+148=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #123A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123A94 is #EDC56B. Grayscale: #373737. Windows color (decimal): -15582572 or 9714194. OLE color: 9714194.

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

Color convert

RGB 18 58 148 -
CMYK 0.88 0.61 0 0.42
HSL 221.54º 0.78% 0.33% -
HSV(B) 221.54º 0.88% 0.58% -
XYZ 7.11 5.29 28.66 -
YUV 56.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 18 58 148 0.88 0.61 0 0.42 221.54 0.78 0.33
Hex 12 3A 94 58 3D 0 2A DE 4E 21
Octal 22 72 224 130 75 0 52 336 116 41
Binary 10010 111010 10010100 1011000 111101 0 101010 11011110 1001110 100001

Color Harmonies of #123A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A94

Black with #123A94

Text Example


Text Example

White with #123A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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