#133A62

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

Shades of Regal Blue #133A62

Tints of Regal Blue #133A62

Color information

#133A62 (or 0x133A62) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 62. RGB value is (19,58,98). Sum of RGB (Red+Green+Blue) = 19+58+98=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #133A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A62 is #ECC59D. Grayscale: #323232. Windows color (decimal): -15517086 or 6437395. OLE color: 6437395.

HSL color Cylindrical-coordinate representation of color #133A62: hue angle of 210.38º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133A62 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB195898-
CMYK0.810.4100.62
HSL210.38º67.52%22.94%-
HSV(B)210.38º80.61%38.43%-
XYZ3.994.0512.13-
YUV50.9154.58105.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 98 (38.67% from 255) = 56%
R=10.86%
G=33.14%
B=56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1958980.810.4100.62210.3867.5222.94
Hex133A62512903Ed24417
Octal23721421215107632210427
Binary1001111101011000101010001101001011111011010010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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