#133254

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

Shades of Regal Blue #133254

Tints of Regal Blue #133254

Color information

#133254 (or 0x133254) is unknown color: approx Regal Blue. HEX triplet: 13, 32 and 54. RGB value is (19,50,84). Sum of RGB (Red+Green+Blue) = 19+50+84=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #133254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133254 is #ECCDAB. Grayscale: #2C2C2C. Windows color (decimal): -15519148 or 5517843. OLE color: 5517843.

HSL color Cylindrical-coordinate representation of color #133254: hue angle of 211.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133254 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB195084-
CMYK0.770.4000.67
HSL211.38º63.11%20.2%-
HSV(B)211.38º77.38%32.94%-
XYZ3.013.068.82-
YUV44.61150.23109.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 84 (33.20% from 255) = 54.90%
R=12.42%
G=32.68%
B=54.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1950840.770.4000.67211.3863.1120.2
Hex1332544D28043d33f14
Octal23621241155001033237724
Binary1001111001010101001001101101000010000111101001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133254; }

 p { color: rgb(19,50,84); }

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

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

 a { background-color: rgb(19,50,84); }

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

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

 span { border-color: rgb(19,50,84); }

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