Html Css Color HEX #123097 Egyptian Blue

📋 copy color: '#123097'

red 18 ◦ green 48 ◦ blue 151

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

Shades of Egyptian Blue #123097

Tints of Egyptian Blue #123097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.12%

 BLUE value IS 151 (59.38% from 255) = 69.59%

R = 8.29%
G = 22.12%
B = 69.59%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#123097 (or 0x123097) is known color: Egyptian Blue. HEX triplet: 12, 30 and 97. RGB value is (18,48,151). Sum of RGB (Red+Green+Blue) = 18+48+151=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 151 (59.38% from 255 or 69.59% from 217); Max value from RGB is 151 - color contains mainly: blue. Hex color #123097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123097 is #EDCF68. Grayscale: #323232. Windows color (decimal): -15585129 or 9908242. OLE color: 9908242.

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

Color convert

RGB 18 48 151 -
CMYK 0.88 0.68 0 0.41
HSL 226.47º 0.79% 0.33% -
HSV(B) 226.47º 0.88% 0.59% -
XYZ 6.89 4.48 29.78 -
YUV 50.77 184.56 104.62 -
System Red Green Blue C M Y K H S L
Decimal 18 48 151 0.88 0.68 0 0.41 226.47 0.79 0.33
Hex 12 30 97 58 44 0 29 E2 4F 21
Octal 22 60 227 130 104 0 51 342 117 41
Binary 10010 110000 10010111 1011000 1000100 0 101001 11100010 1001111 100001

Color Harmonies of #123097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123097

Black with #123097

Text Example


Text Example

White with #123097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123097; }

 p { color: rgb(18,48,151); }

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

background-color css

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

 a { background-color: rgb(18,48,151); }

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

border-color css

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

 span { border-color: rgb(18,48,151); }

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