#134698

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

Shades of Egyptian Blue #134698

Tints of Egyptian Blue #134698

Color information

#134698 (or 0x134698) is unknown color: approx Egyptian Blue. HEX triplet: 13, 46 and 98. RGB value is (19,70,152). Sum of RGB (Red+Green+Blue) = 19+70+152=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #134698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134698 is #ECB967. Grayscale: #3F3F3F. Windows color (decimal): -15513960 or 9979411. OLE color: 9979411.

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

Color convert

RGB1970152-
CMYK0.870.5400.40
HSL216.99º77.78%33.53%-
HSV(B)216.99º87.5%59.61%-
XYZ8.136.7930.59-
YUV64.1177.695.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=7.88%
G=29.05%
B=63.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19701520.870.5400.40216.9977.7833.53
Hex1346985736028d94e22
Octal231062301276605033111642
Binary1001110001101001100010101111101100101000110110011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134698; }

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

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

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

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

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

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

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

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