#1330B3

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

Shades of Egyptian Blue #1330B3

Tints of Egyptian Blue #1330B3

Color information

#1330B3 (or 0x1330B3) is unknown color: approx Egyptian Blue. HEX triplet: 13, 30 and B3. RGB value is (19,48,179). Sum of RGB (Red+Green+Blue) = 19+48+179=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 179 (70.31% from 255 or 72.76% from 246); Max value from RGB is 179 - color contains mainly: blue. Hex color #1330B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330B3 is #ECCF4C. Grayscale: #353535. Windows color (decimal): -15519565 or 11743251. OLE color: 11743251.

HSL color Cylindrical-coordinate representation of color #1330B3: hue angle of 229.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1330B3 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1948179-
CMYK0.890.7300.30
HSL229.12º80.81%38.82%-
HSV(B)229.12º89.39%70.2%-
XYZ9.465.5143.21-
YUV54.26198.39102.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 179 (70.31% from 255) = 72.76%
R=7.72%
G=19.51%
B=72.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19481790.890.7300.30229.1280.8138.82
Hex1330B3594901Ee55127
Octal236026313111103634512147
Binary100111100001011001110110011001001011110111001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1330B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1330B3; }

 p { color: rgb(19,48,179); }

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

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

 a { background-color: rgb(19,48,179); }

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

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

 span { border-color: rgb(19,48,179); }

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