#133856

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

Shades of Regal Blue #133856

Tints of Regal Blue #133856

Color information

#133856 (or 0x133856) is unknown color: approx Regal Blue. HEX triplet: 13, 38 and 56. RGB value is (19,56,86). Sum of RGB (Red+Green+Blue) = 19+56+86=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #133856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133856 is #ECC7A9. Grayscale: #303030. Windows color (decimal): -15517610 or 5650451. OLE color: 5650451.

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

Color convert

RGB195686-
CMYK0.780.3500.66
HSL206.87º63.81%20.59%-
HSV(B)206.87º77.91%33.73%-
XYZ3.363.649.33-
YUV48.36149.24107.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=11.80%
G=34.78%
B=53.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1956860.780.3500.66206.8763.8120.59
Hex1338564E23042cf4015
Octal237012611643010231710025
Binary10011111000101011010011101000110100001011001111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133856; }

 p { color: rgb(19,56,86); }

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

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

 a { background-color: rgb(19,56,86); }

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

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

 span { border-color: rgb(19,56,86); }

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