#133B5A

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

Shades of Regal Blue #133B5A

Tints of Regal Blue #133B5A

Color information

#133B5A (or 0x133B5A) is unknown color: approx Regal Blue. HEX triplet: 13, 3B and 5A. RGB value is (19,59,90). Sum of RGB (Red+Green+Blue) = 19+59+90=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #133B5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B5A is #ECC4A5. Grayscale: #323232. Windows color (decimal): -15516838 or 5913363. OLE color: 5913363.

HSL color Cylindrical-coordinate representation of color #133B5A: hue angle of 206.2º 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 #133B5A is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB195990-
CMYK0.790.3400.65
HSL206.2º65.14%21.37%-
HSV(B)206.2º78.89%35.29%-
XYZ3.68410.25-
YUV50.57150.25105.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=11.31%
G=35.12%
B=53.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1959900.790.3400.65206.265.1421.37
Hex133B5A4F22041ce4115
Octal237313211742010131610125
Binary10011111011101101010011111000100100000111001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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