#134062

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

Shades of Regal Blue #134062

Tints of Regal Blue #134062

Color information

#134062 (or 0x134062) is unknown color: approx Regal Blue. HEX triplet: 13, 40 and 62. RGB value is (19,64,98). Sum of RGB (Red+Green+Blue) = 19+64+98=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #134062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134062 is #ECBF9D. Grayscale: #363636. Windows color (decimal): -15515550 or 6438931. OLE color: 6438931.

HSL color Cylindrical-coordinate representation of color #134062: hue angle of 205.82º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #134062 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196498-
CMYK0.810.3500.62
HSL205.82º67.52%22.94%-
HSV(B)205.82º80.61%38.43%-
XYZ4.314.6912.23-
YUV54.42152.59102.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=10.50%
G=35.36%
B=54.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1964980.810.3500.62205.8267.5222.94
Hex134062512303Ece4417
Octal231001421214307631610427
Binary10011100000011000101010001100011011111011001110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134062; }

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

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

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

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

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

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

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

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