#134069

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

Shades of Regal Blue #134069

Tints of Regal Blue #134069

Color information

#134069 (or 0x134069) is unknown color: approx Regal Blue. HEX triplet: 13, 40 and 69. RGB value is (19,64,105). Sum of RGB (Red+Green+Blue) = 19+64+105=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #134069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134069 is #ECBF96. Grayscale: #373737. Windows color (decimal): -15515543 or 6897683. OLE color: 6897683.

HSL color Cylindrical-coordinate representation of color #134069: hue angle of 208.6º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134069 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1964105-
CMYK0.820.3900.59
HSL208.6º69.35%24.31%-
HSV(B)208.6º81.9%41.18%-
XYZ4.654.8314.05-
YUV55.22156.09102.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=10.11%
G=34.04%
B=55.85%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19641050.820.3900.59208.669.3524.31
Hex134069522703Bd14518
Octal231001511224707332110530
Binary10011100000011010011010010100111011101111010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134069; }

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

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

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

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

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

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

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

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