#193a9c

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

Shades of Egyptian Blue #193A9C

Tints of Egyptian Blue #193A9C

Color information

#193A9C (or 0x193A9C) is unknown color: approx Egyptian Blue. HEX triplet: 19, 3A and 9C. RGB value is (25,58,156). Sum of RGB (Red+Green+Blue) = 25+58+156=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #193A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A9C is #E6C563. Grayscale: #3A3A3A. Windows color (decimal): -15123812 or 10238489. OLE color: 10238489.

HSL color Cylindrical-coordinate representation of color #193A9C: hue angle of 224.89º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193A9C is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2558156-
CMYK0.840.6300.39
HSL224.89º72.38%35.49%-
HSV(B)224.89º83.97%61.18%-
XYZ7.915.6332.12-
YUV59.3182.57103.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 156 (61.33% from 255) = 65.27%
R=10.46%
G=24.27%
B=65.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25581560.840.6300.39224.8972.3835.49
Hex193A9C543F027e14823
Octal31722341247704734111043
Binary110011110101001110010101001111110100111111000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193a9c; }

 p { color: rgb(25,58,156); }

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

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

 a { background-color: rgb(25,58,156); }

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

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

 span { border-color: rgb(25,58,156); }

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