Html Css Color HEX #123F96 Egyptian Blue

📋 copy color: '#123F96'

red 18 ◦ green 63 ◦ blue 150

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

Shades of Egyptian Blue #123F96

Tints of Egyptian Blue #123F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.94%

R = 7.79%
G = 27.27%
B = 64.94%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#123F96 (or 0x123F96) is known color: Egyptian Blue. HEX triplet: 12, 3F and 96. RGB value is (18,63,150). Sum of RGB (Red+Green+Blue) = 18+63+150=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #123F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F96 is #EDC069. Grayscale: #3B3B3B. Windows color (decimal): -15581290 or 9846546. OLE color: 9846546.

HSL color Cylindrical-coordinate representation of color #123F96: hue angle of 219.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123F96 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 63 150 -
CMYK 0.88 0.58 0 0.41
HSL 219.55º 0.79% 0.33% -
HSV(B) 219.55º 0.88% 0.59% -
XYZ 7.53 5.89 29.59 -
YUV 59.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 18 63 150 0.88 0.58 0 0.41 219.55 0.79 0.33
Hex 12 3F 96 58 3A 0 29 DC 4F 21
Octal 22 77 226 130 72 0 51 334 117 41
Binary 10010 111111 10010110 1011000 111010 0 101001 11011100 1001111 100001

Color Harmonies of #123F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123F96

Black with #123F96

Text Example


Text Example

White with #123F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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