#193698

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

Shades of Egyptian Blue #193698

Tints of Egyptian Blue #193698

Color information

#193698 (or 0x193698) is unknown color: approx Egyptian Blue. HEX triplet: 19, 36 and 98. RGB value is (25,54,152). Sum of RGB (Red+Green+Blue) = 25+54+152=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #193698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193698 is #E6C967. Grayscale: #383838. Windows color (decimal): -15124840 or 9975321. OLE color: 9975321.

HSL color Cylindrical-coordinate representation of color #193698: hue angle of 226.3º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193698 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2554152-
CMYK0.840.6400.40
HSL226.3º71.75%34.71%-
HSV(B)226.3º83.55%59.61%-
XYZ7.395.1130.3-
YUV56.5181.89105.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 152 (59.77% from 255) = 65.80%
R=10.82%
G=23.38%
B=65.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25541520.840.6400.40226.371.7534.71
Hex1936985440028e24823
Octal316623012410005034211043
Binary1100111011010011000101010010000000101000111000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193698; }

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

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

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

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

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

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

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

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