#133D98

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

Shades of Egyptian Blue #133D98

Tints of Egyptian Blue #133D98

Color information

#133D98 (or 0x133D98) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3D and 98. RGB value is (19,61,152). Sum of RGB (Red+Green+Blue) = 19+61+152=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #133D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D98 is #ECC267. Grayscale: #3A3A3A. Windows color (decimal): -15516264 or 9977107. OLE color: 9977107.

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

Color convert

RGB1961152-
CMYK0.870.6000.40
HSL221.05º77.78%33.53%-
HSV(B)221.05º87.5%59.61%-
XYZ7.65.7430.41-
YUV58.82180.5999.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 61 (24.22% from 255) = 26.29%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=8.19%
G=26.29%
B=65.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19611520.870.6000.40221.0577.7833.53
Hex133D98573C028dd4e22
Octal23752301277405033511642
Binary100111111011001100010101111111000101000110111011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133D98; }

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

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

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

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

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

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

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

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