#1335B1

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

Shades of Egyptian Blue #1335B1

Tints of Egyptian Blue #1335B1

Color information

#1335B1 (or 0x1335B1) is unknown color: approx Egyptian Blue. HEX triplet: 13, 35 and B1. RGB value is (19,53,177). Sum of RGB (Red+Green+Blue) = 19+53+177=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 177 (69.53% from 255 or 71.08% from 249); Max value from RGB is 177 - color contains mainly: blue. Hex color #1335B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1335B1 is #ECCA4E. Grayscale: #383838. Windows color (decimal): -15518287 or 11613459. OLE color: 11613459.

HSL color Cylindrical-coordinate representation of color #1335B1: hue angle of 227.09º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1335B1 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1953177-
CMYK0.890.7000.31
HSL227.09º80.61%38.43%-
HSV(B)227.09º89.27%69.41%-
XYZ9.485.8642.23-
YUV56.97195.74100.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.63%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 177 (69.53% from 255) = 71.08%
R=7.63%
G=21.29%
B=71.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19531770.890.7000.31227.0980.6138.43
Hex1335B1594601Fe35126
Octal236526113110603734312146
Binary100111101011011000110110011000110011111111000111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1335B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1335B1; }

 p { color: rgb(19,53,177); }

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

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

 a { background-color: rgb(19,53,177); }

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

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

 span { border-color: rgb(19,53,177); }

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