Html Css Color HEX #123698 Egyptian Blue

📋 copy color: '#123698'

red 18 ◦ green 54 ◦ blue 152

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

Shades of Egyptian Blue #123698

Tints of Egyptian Blue #123698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 8.04%
G = 24.11%
B = 67.86%

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

#123698 (or 0x123698) is known color: Egyptian Blue. HEX triplet: 12, 36 and 98. RGB value is (18,54,152). Sum of RGB (Red+Green+Blue) = 18+54+152=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #123698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123698 is #EDC967. Grayscale: #353535. Windows color (decimal): -15583592 or 9975314. OLE color: 9975314.

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

Color convert

RGB 18 54 152 -
CMYK 0.88 0.64 0 0.40
HSL 223.88º 0.79% 0.33% -
HSV(B) 223.88º 0.88% 0.6% -
XYZ 7.24 5.03 30.3 -
YUV 54.41 183.07 102.03 -
System Red Green Blue C M Y K H S L
Decimal 18 54 152 0.88 0.64 0 0.40 223.88 0.79 0.33
Hex 12 36 98 58 40 0 28 E0 4F 21
Octal 22 66 230 130 100 0 50 340 117 41
Binary 10010 110110 10011000 1011000 1000000 0 101000 11100000 1001111 100001

Color Harmonies of #123698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123698

Black with #123698

Text Example


Text Example

White with #123698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123698; }

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

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

background-color css

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

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

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

border-color css

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

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

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