#133A65

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

Shades of Regal Blue #133A65

Tints of Regal Blue #133A65

Color information

#133A65 (or 0x133A65) is unknown color: approx Regal Blue. HEX triplet: 13, 3A and 65. RGB value is (19,58,101). Sum of RGB (Red+Green+Blue) = 19+58+101=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #133A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A65 is #ECC59A. Grayscale: #333333. Windows color (decimal): -15517083 or 6634003. OLE color: 6634003.

HSL color Cylindrical-coordinate representation of color #133A65: hue angle of 211.46º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133A65 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1958101-
CMYK0.810.4300.60
HSL211.46º68.33%23.53%-
HSV(B)211.46º81.19%39.61%-
XYZ4.134.112.89-
YUV51.24156.08105-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 101 (39.84% from 255) = 56.74%
R=10.67%
G=32.58%
B=56.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19581010.810.4300.60211.4668.3323.53
Hex133A65512B03Cd34418
Octal23721451215307432310430
Binary1001111101011001011010001101011011110011010011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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