Html Css Color HEX #123FA9 Egyptian Blue

📋 copy color: '#123FA9'

red 18 ◦ green 63 ◦ blue 169

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

Shades of Egyptian Blue #123FA9

Tints of Egyptian Blue #123FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

 BLUE value IS 169 (66.41% from 255) = 67.6%

R = 7.2%
G = 25.2%
B = 67.6%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#123FA9 (or 0x123FA9) is known color: Egyptian Blue. HEX triplet: 12, 3F and A9. RGB value is (18,63,169). Sum of RGB (Red+Green+Blue) = 18+63+169=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #123FA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123FA9 is #EDC056. Grayscale: #3D3D3D. Windows color (decimal): -15581271 or 11091730. OLE color: 11091730.

HSL color Cylindrical-coordinate representation of color #123FA9: hue angle of 222.12º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123FA9 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 63 169 -
CMYK 0.89 0.63 0 0.34
HSL 222.12º 0.81% 0.37% -
HSV(B) 222.12º 0.89% 0.66% -
XYZ 9.19 6.55 38.32 -
YUV 61.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 18 63 169 0.89 0.63 0 0.34 222.12 0.81 0.37
Hex 12 3F A9 59 3F 0 22 DE 51 25
Octal 22 77 251 131 77 0 42 336 121 45
Binary 10010 111111 10101001 1011001 111111 0 100010 11011110 1010001 100101

Color Harmonies of #123FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123FA9

Black with #123FA9

Text Example


Text Example

White with #123FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,63,169); }

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

background-color css

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

 a { background-color: rgb(18,63,169); }

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

border-color css

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

 span { border-color: rgb(18,63,169); }

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