#133A5C

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

Shades of Regal Blue #133A5C

Tints of Regal Blue #133A5C

Color information

#133A5C (or 0x133A5C) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 5C. RGB value is (19,58,92). Sum of RGB (Red+Green+Blue) = 19+58+92=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #133A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A5C is #ECC5A3. Grayscale: #323232. Windows color (decimal): -15517092 or 6044179. OLE color: 6044179.

HSL color Cylindrical-coordinate representation of color #133A5C: hue angle of 207.95º degrees, saturation: 0.66, 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 #133A5C is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB195892-
CMYK0.790.3700.64
HSL207.95º65.77%21.76%-
HSV(B)207.95º79.35%36.08%-
XYZ3.713.9410.69-
YUV50.22151.58105.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=11.24%
G=34.32%
B=54.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1958920.790.3700.64207.9565.7721.76
Hex133A5C4F25040d04216
Octal237213411745010032010226
Binary10011111010101110010011111001010100000011010000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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