#134598

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

Shades of Egyptian Blue #134598

Tints of Egyptian Blue #134598

Color information

#134598 (or 0x134598) is unknown color: approx Egyptian Blue. HEX triplet: 13, 45 and 98. RGB value is (19,69,152). Sum of RGB (Red+Green+Blue) = 19+69+152=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #134598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134598 is #ECBA67. Grayscale: #3F3F3F. Windows color (decimal): -15514216 or 9979155. OLE color: 9979155.

HSL color Cylindrical-coordinate representation of color #134598: hue angle of 217.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134598 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1969152-
CMYK0.870.5500.40
HSL217.44º77.78%33.53%-
HSV(B)217.44º87.5%59.61%-
XYZ8.066.6630.57-
YUV63.51177.9496.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 152 (59.77% from 255) = 63.33%
R=7.92%
G=28.75%
B=63.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19691520.870.5500.40217.4477.7833.53
Hex1345985737028d94e22
Octal231052301276705033111642
Binary1001110001011001100010101111101110101000110110011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134598; }

 p { color: rgb(19,69,152); }

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

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

 a { background-color: rgb(19,69,152); }

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

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

 span { border-color: rgb(19,69,152); }

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