#134060

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

Shades of Regal Blue #134060

Tints of Regal Blue #134060

Color information

#134060 (or 0x134060) is unknown color: approx Regal Blue. HEX triplet: 13, 40 and 60. RGB value is (19,64,96). Sum of RGB (Red+Green+Blue) = 19+64+96=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #134060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134060 is #ECBF9F. Grayscale: #363636. Windows color (decimal): -15515552 or 6307859. OLE color: 6307859.

HSL color Cylindrical-coordinate representation of color #134060: hue angle of 204.94º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #134060 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196496-
CMYK0.800.3300.62
HSL204.94º66.96%22.55%-
HSV(B)204.94º80.21%37.65%-
XYZ4.214.6511.74-
YUV54.19151.59102.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=10.61%
G=35.75%
B=53.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1964960.800.3300.62204.9466.9622.55
Hex134060502103Ecd4317
Octal231001401204107631510327
Binary10011100000011000001010000100001011111011001101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134060; }

 p { color: rgb(19,64,96); }

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

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

 a { background-color: rgb(19,64,96); }

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

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

 span { border-color: rgb(19,64,96); }

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