#133A5A

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

Shades of Regal Blue #133A5A

Tints of Regal Blue #133A5A

Color information

#133A5A (or 0x133A5A) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 5A. RGB value is (19,58,90). Sum of RGB (Red+Green+Blue) = 19+58+90=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #133A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A5A is #ECC5A5. Grayscale: #313131. Windows color (decimal): -15517094 or 5913107. OLE color: 5913107.

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

Color convert

RGB195890-
CMYK0.790.3600.65
HSL207.04º65.14%21.37%-
HSV(B)207.04º78.89%35.29%-
XYZ3.633.910.23-
YUV49.99150.58105.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 58 (23.05% from 255) = 34.73%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=11.38%
G=34.73%
B=53.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1958900.790.3600.65207.0465.1421.37
Hex133A5A4F24041cf4115
Octal237213211744010131710125
Binary10011111010101101010011111001000100000111001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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