#133D64

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

Shades of Regal Blue #133D64

Tints of Regal Blue #133D64

Color information

#133D64 (or 0x133D64) is unknown color: approx Regal Blue. HEX triplet: 13, 3D and 64. RGB value is (19,61,100). Sum of RGB (Red+Green+Blue) = 19+61+100=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #133D64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D64 is #ECC29B. Grayscale: #343434. Windows color (decimal): -15516316 or 6569235. OLE color: 6569235.

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

Color convert

RGB1961100-
CMYK0.810.3900.61
HSL208.89º68.07%23.33%-
HSV(B)208.89º81%39.22%-
XYZ4.244.412.68-
YUV52.89154.59103.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 100 (39.45% from 255) = 55.56%
R=10.56%
G=33.89%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19611000.810.3900.61208.8968.0723.33
Hex133D64512703Dd14417
Octal23751441214707532110427
Binary1001111110111001001010001100111011110111010001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,61,100); }

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

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

 a { background-color: rgb(19,61,100); }

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

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

 span { border-color: rgb(19,61,100); }

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