Html Css Color HEX #123398 Egyptian Blue

📋 copy color: '#123398'

red 18 ◦ green 51 ◦ blue 152

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

Shades of Egyptian Blue #123398

Tints of Egyptian Blue #123398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.08%

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

R = 8.14%
G = 23.08%
B = 68.78%

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

#123398 (or 0x123398) is known color: Egyptian Blue. HEX triplet: 12, 33 and 98. RGB value is (18,51,152). Sum of RGB (Red+Green+Blue) = 18+51+152=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #123398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123398 is #EDCC67. Grayscale: #343434. Windows color (decimal): -15584360 or 9974546. OLE color: 9974546.

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

Color convert

RGB 18 51 152 -
CMYK 0.88 0.66 0 0.40
HSL 225.22º 0.79% 0.33% -
HSV(B) 225.22º 0.88% 0.6% -
XYZ 7.1 4.76 30.25 -
YUV 52.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 18 51 152 0.88 0.66 0 0.40 225.22 0.79 0.33
Hex 12 33 98 58 42 0 28 E1 4F 21
Octal 22 63 230 130 102 0 50 341 117 41
Binary 10010 110011 10011000 1011000 1000010 0 101000 11100001 1001111 100001

Color Harmonies of #123398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123398

Black with #123398

Text Example


Text Example

White with #123398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123398; }

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

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

background-color css

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

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

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

border-color css

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

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

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