#134295

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

Shades of Egyptian Blue #134295

Tints of Egyptian Blue #134295

Color information

#134295 (or 0x134295) is unknown color: approx Egyptian Blue. HEX triplet: 13, 42 and 95. RGB value is (19,66,149). Sum of RGB (Red+Green+Blue) = 19+66+149=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #134295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134295 is #ECBD6A. Grayscale: #3D3D3D. Windows color (decimal): -15514987 or 9781779. OLE color: 9781779.

HSL color Cylindrical-coordinate representation of color #134295: hue angle of 218.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134295 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1966149-
CMYK0.870.5600.42
HSL218.31º77.38%32.94%-
HSV(B)218.31º87.25%58.43%-
XYZ7.646.229.23-
YUV61.41177.4397.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=8.12%
G=28.21%
B=63.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19661490.870.5600.42218.3177.3832.94
Hex134295573802Ada4d21
Octal231022251277005233211541
Binary1001110000101001010110101111110000101010110110101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134295; }

 p { color: rgb(19,66,149); }

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

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

 a { background-color: rgb(19,66,149); }

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

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

 span { border-color: rgb(19,66,149); }

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