Html Css Color HEX #123F9E Egyptian Blue

📋 copy color: '#123F9E'

red 18 ◦ green 63 ◦ blue 158

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

Shades of Egyptian Blue #123F9E

Tints of Egyptian Blue #123F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.11%

R = 7.53%
G = 26.36%
B = 66.11%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#123F9E (or 0x123F9E) is known color: Egyptian Blue. HEX triplet: 12, 3F and 9E. RGB value is (18,63,158). Sum of RGB (Red+Green+Blue) = 18+63+158=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #123F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F9E is #EDC061. Grayscale: #3B3B3B. Windows color (decimal): -15581282 or 10370834. OLE color: 10370834.

HSL color Cylindrical-coordinate representation of color #123F9E: hue angle of 220.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123F9E is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 63 158 -
CMYK 0.89 0.60 0 0.38
HSL 220.71º 0.8% 0.35% -
HSV(B) 220.71º 0.89% 0.62% -
XYZ 8.2 6.15 33.1 -
YUV 60.38 183.09 97.78 -
System Red Green Blue C M Y K H S L
Decimal 18 63 158 0.89 0.60 0 0.38 220.71 0.8 0.35
Hex 12 3F 9E 59 3C 0 26 DD 50 23
Octal 22 77 236 131 74 0 46 335 120 43
Binary 10010 111111 10011110 1011001 111100 0 100110 11011101 1010000 100011

Color Harmonies of #123F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F9E

Black with #123F9E

Text Example


Text Example

White with #123F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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