Html Css Color HEX #123298 Egyptian Blue

📋 copy color: '#123298'

red 18 ◦ green 50 ◦ blue 152

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

Shades of Egyptian Blue #123298

Tints of Egyptian Blue #123298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

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

R = 8.18%
G = 22.73%
B = 69.09%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#123298 (or 0x123298) is known color: Egyptian Blue. HEX triplet: 12, 32 and 98. RGB value is (18,50,152). Sum of RGB (Red+Green+Blue) = 18+50+152=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #123298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123298 is #EDCD67. Grayscale: #333333. Windows color (decimal): -15584616 or 9974290. OLE color: 9974290.

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

Color convert

RGB 18 50 152 -
CMYK 0.88 0.67 0 0.40
HSL 225.67º 0.79% 0.33% -
HSV(B) 225.67º 0.88% 0.6% -
XYZ 7.06 4.68 30.24 -
YUV 52.06 184.4 103.71 -
System Red Green Blue C M Y K H S L
Decimal 18 50 152 0.88 0.67 0 0.40 225.67 0.79 0.33
Hex 12 32 98 58 43 0 28 E2 4F 21
Octal 22 62 230 130 103 0 50 342 117 41
Binary 10010 110010 10011000 1011000 1000011 0 101000 11100010 1001111 100001

Color Harmonies of #123298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123298

Black with #123298

Text Example


Text Example

White with #123298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123298; }

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

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

background-color css

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

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

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

border-color css

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

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

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