#123898

Color #123898 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #123898

Tints of Egyptian Blue #123898

Color information

#123898 (or 0x123898) is unknown color: approx Egyptian Blue. HEX triplet: 12, 38 and 98. RGB value is (18,56,152). Sum of RGB (Red+Green+Blue) = 18+56+152=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #123898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123898 is #EDC767. Grayscale: #373737. Windows color (decimal): -15583080 or 9975826. OLE color: 9975826.

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

Color convert

RGB1856152-
CMYK0.880.6300.40
HSL222.99º78.82%33.33%-
HSV(B)222.99º88.16%59.61%-
XYZ7.335.2230.33-
YUV55.58182.41101.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 152 (59.77% from 255) = 67.26%
R=7.96%
G=24.78%
B=67.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18561520.880.6300.40222.9978.8233.33
Hex123898583F028df4f21
Octal22702301307705033711741
Binary100101110001001100010110001111110101000110111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123898; }

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

 H1.HeaderClassName
 {
   color: #123898;
 }
 .AnyTagClassName
 {
   color: #123898;
 }
</style>
background-color css

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

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

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

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

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

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