Html Css Color HEX #123498 Egyptian Blue

📋 copy color: '#123498'

red 18 ◦ green 52 ◦ blue 152

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

Shades of Egyptian Blue #123498

Tints of Egyptian Blue #123498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 152 (59.77% from 255) = 68.47%

R = 8.11%
G = 23.42%
B = 68.47%

CMYK

 C value IS 0.88

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#123498 (or 0x123498) is known color: Egyptian Blue. HEX triplet: 12, 34 and 98. RGB value is (18,52,152). Sum of RGB (Red+Green+Blue) = 18+52+152=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 152 (59.77% from 255 or 68.47% from 222); Max value from RGB is 152 - color contains mainly: blue. Hex color #123498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123498 is #EDCB67. Grayscale: #343434. Windows color (decimal): -15584104 or 9974802. OLE color: 9974802.

HSL color Cylindrical-coordinate representation of color #123498: hue angle of 224.78º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123498 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 52 152 -
CMYK 0.88 0.66 0 0.40
HSL 224.78º 0.79% 0.33% -
HSV(B) 224.78º 0.88% 0.6% -
XYZ 7.14 4.85 30.27 -
YUV 53.23 183.74 102.87 -
System Red Green Blue C M Y K H S L
Decimal 18 52 152 0.88 0.66 0 0.40 224.78 0.79 0.33
Hex 12 34 98 58 42 0 28 E1 4F 21
Octal 22 64 230 130 102 0 50 341 117 41
Binary 10010 110100 10011000 1011000 1000010 0 101000 11100001 1001111 100001

Color Harmonies of #123498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123498

Black with #123498

Text Example


Text Example

White with #123498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123498; }

 p { color: rgb(18,52,152); }

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

background-color css

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

 a { background-color: rgb(18,52,152); }

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

border-color css

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

 span { border-color: rgb(18,52,152); }

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