#133E5A

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

Shades of Regal Blue #133E5A

Tints of Regal Blue #133E5A

Color information

#133E5A (or 0x133E5A) is unknown color: approx Regal Blue. HEX triplet: 13, 3E and 5A. RGB value is (19,62,90). Sum of RGB (Red+Green+Blue) = 19+62+90=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #133E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E5A is #ECC1A5. Grayscale: #343434. Windows color (decimal): -15516070 or 5914131. OLE color: 5914131.

HSL color Cylindrical-coordinate representation of color #133E5A: hue angle of 203.66º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133E5A is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB196290-
CMYK0.790.3100.65
HSL203.66º65.14%21.37%-
HSV(B)203.66º78.89%35.29%-
XYZ3.844.3210.3-
YUV52.33149.25104.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=11.11%
G=36.26%
B=52.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1962900.790.3100.65203.6665.1421.37
Hex133E5A4F1F041cc4115
Octal237613211737010131410125
Binary1001111111010110101001111111110100000111001100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,62,90); }

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

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

 a { background-color: rgb(19,62,90); }

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

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

 span { border-color: rgb(19,62,90); }

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