Html Css Color HEX #123098 Egyptian Blue

📋 copy color: '#123098'

red 18 ◦ green 48 ◦ blue 152

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

Shades of Egyptian Blue #123098

Tints of Egyptian Blue #123098

RGB

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

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

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

R = 8.26%
G = 22.02%
B = 69.72%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#123098 (or 0x123098) is known color: Egyptian Blue. HEX triplet: 12, 30 and 98. RGB value is (18,48,152). Sum of RGB (Red+Green+Blue) = 18+48+152=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #123098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123098 is #EDCF67. Grayscale: #323232. Windows color (decimal): -15585128 or 9973778. OLE color: 9973778.

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

Color convert

RGB 18 48 152 -
CMYK 0.88 0.68 0 0.40
HSL 226.57º 0.79% 0.33% -
HSV(B) 226.57º 0.88% 0.6% -
XYZ 6.97 4.51 30.21 -
YUV 50.89 185.06 104.54 -
System Red Green Blue C M Y K H S L
Decimal 18 48 152 0.88 0.68 0 0.40 226.57 0.79 0.33
Hex 12 30 98 58 44 0 28 E3 4F 21
Octal 22 60 230 130 104 0 50 343 117 41
Binary 10010 110000 10011000 1011000 1000100 0 101000 11100011 1001111 100001

Color Harmonies of #123098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123098

Black with #123098

Text Example


Text Example

White with #123098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123098; }

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

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

background-color css

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

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

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

border-color css

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

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

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