#133BB0

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

Shades of Egyptian Blue #133BB0

Tints of Egyptian Blue #133BB0

Color information

#133BB0 (or 0x133BB0) is unknown color: approx Egyptian Blue. HEX triplet: 13, 3B and B0. RGB value is (19,59,176). Sum of RGB (Red+Green+Blue) = 19+59+176=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 176 (69.14% from 255 or 69.29% from 254); Max value from RGB is 176 - color contains mainly: blue. Hex color #133BB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133BB0 is #ECC44F. Grayscale: #3B3B3B. Windows color (decimal): -15516752 or 11549459. OLE color: 11549459.

HSL color Cylindrical-coordinate representation of color #133BB0: hue angle of 224.71º 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 #133BB0 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1959176-
CMYK0.890.6600.31
HSL224.71º80.51%38.24%-
HSV(B)224.71º89.2%69.02%-
XYZ9.676.441.8-
YUV60.38193.2598.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 176 (69.14% from 255) = 69.29%
R=7.48%
G=23.23%
B=69.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19591760.890.6600.31224.7180.5138.24
Hex133BB0594201Fe15126
Octal237326013110203734112146
Binary100111110111011000010110011000010011111111000011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,176); }

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

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

 a { background-color: rgb(19,59,176); }

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

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

 span { border-color: rgb(19,59,176); }

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