#133e5b

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

Shades of Regal Blue #133E5B

Tints of Regal Blue #133E5B

Color information

#133E5B (or 0x133E5B) is unknown color: approx Regal Blue. HEX triplet: 13, 3E and 5B. RGB value is (19,62,91). Sum of RGB (Red+Green+Blue) = 19+62+91=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #133E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E5B is #ECC1A4. Grayscale: #343434. Windows color (decimal): -15516069 or 5979667. OLE color: 5979667.

HSL color Cylindrical-coordinate representation of color #133E5B: hue angle of 204.17º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #133E5B is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB196291-
CMYK0.790.3200.64
HSL204.17º65.45%21.57%-
HSV(B)204.17º79.12%35.69%-
XYZ3.884.3410.53-
YUV52.45149.75104.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 91 (35.94% from 255) = 52.91%
R=11.05%
G=36.05%
B=52.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1962910.790.3200.64204.1765.4521.57
Hex133E5B4F20040cc4116
Octal237613311740010031410126
Binary10011111110101101110011111000000100000011001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133e5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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