#133458

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

Shades of Regal Blue #133458

Tints of Regal Blue #133458

Color information

#133458 (or 0x133458) is unknown color: approx Regal Blue. HEX triplet: 13, 34 and 58. RGB value is (19,52,88). Sum of RGB (Red+Green+Blue) = 19+52+88=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #133458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133458 is #ECCBA7. Grayscale: #2E2E2E. Windows color (decimal): -15518632 or 5780499. OLE color: 5780499.

HSL color Cylindrical-coordinate representation of color #133458: hue angle of 211.3º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133458 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB195288-
CMYK0.780.4100.65
HSL211.3º64.49%20.98%-
HSV(B)211.3º78.41%34.51%-
XYZ3.263.39.7-
YUV46.24151.57108.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=11.95%
G=32.70%
B=55.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1952880.780.4100.65211.364.4920.98
Hex1334584E29041d34015
Octal236413011651010132310025
Binary10011110100101100010011101010010100000111010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133458; }

 p { color: rgb(19,52,88); }

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

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

 a { background-color: rgb(19,52,88); }

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

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

 span { border-color: rgb(19,52,88); }

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