Html Css Color HEX #123798 Egyptian Blue

📋 copy color: '#123798'

red 18 ◦ green 55 ◦ blue 152

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

Shades of Egyptian Blue #123798

Tints of Egyptian Blue #123798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 8%
G = 24.44%
B = 67.56%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#123798 (or 0x123798) is known color: Egyptian Blue. HEX triplet: 12, 37 and 98. RGB value is (18,55,152). Sum of RGB (Red+Green+Blue) = 18+55+152=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #123798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123798 is #EDC867. Grayscale: #363636. Windows color (decimal): -15583336 or 9975570. OLE color: 9975570.

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

Color convert

RGB 18 55 152 -
CMYK 0.88 0.64 0 0.40
HSL 223.43º 0.79% 0.33% -
HSV(B) 223.43º 0.88% 0.6% -
XYZ 7.28 5.13 30.31 -
YUV 55 182.74 101.61 -
System Red Green Blue C M Y K H S L
Decimal 18 55 152 0.88 0.64 0 0.40 223.43 0.79 0.33
Hex 12 37 98 58 40 0 28 DF 4F 21
Octal 22 67 230 130 100 0 50 337 117 41
Binary 10010 110111 10011000 1011000 1000000 0 101000 11011111 1001111 100001

Color Harmonies of #123798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123798

Black with #123798

Text Example


Text Example

White with #123798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123798; }

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

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

background-color css

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

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

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

border-color css

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

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

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