#133658

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

Shades of Regal Blue #133658

Tints of Regal Blue #133658

Color information

#133658 (or 0x133658) is unknown color: approx Regal Blue. HEX triplet: 13, 36 and 58. RGB value is (19,54,88). Sum of RGB (Red+Green+Blue) = 19+54+88=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #133658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133658 is #ECC9A7. Grayscale: #2F2F2F. Windows color (decimal): -15518120 or 5781011. OLE color: 5781011.

HSL color Cylindrical-coordinate representation of color #133658: hue angle of 209.57º 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 #133658 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB195488-
CMYK0.780.3900.65
HSL209.57º64.49%20.98%-
HSV(B)209.57º78.41%34.51%-
XYZ3.353.489.73-
YUV47.41150.9107.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 54 (21.48% from 255) = 33.54%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=11.80%
G=33.54%
B=54.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1954880.780.3900.65209.5764.4920.98
Hex1336584E27041d24015
Octal236613011647010132210025
Binary10011110110101100010011101001110100000111010010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133658; }

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

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

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

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

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

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

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

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