#134168

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

Shades of Regal Blue #134168

Tints of Regal Blue #134168

Color information

#134168 (or 0x134168) is unknown color: approx Regal Blue. HEX triplet: 13, 41 and 68. RGB value is (19,65,104). Sum of RGB (Red+Green+Blue) = 19+65+104=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #134168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134168 is #ECBE97. Grayscale: #373737. Windows color (decimal): -15515288 or 6832403. OLE color: 6832403.

HSL color Cylindrical-coordinate representation of color #134168: hue angle of 207.53º 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 #134168 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1965104-
CMYK0.820.3800.59
HSL207.53º69.11%24.12%-
HSV(B)207.53º81.73%40.78%-
XYZ4.664.9213.8-
YUV55.69155.26101.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=10.11%
G=34.57%
B=55.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19651040.820.3800.59207.5369.1124.12
Hex134168522603Bd04518
Octal231011501224607332010530
Binary10011100000111010001010010100110011101111010000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134168; }

 p { color: rgb(19,65,104); }

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

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

 a { background-color: rgb(19,65,104); }

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

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

 span { border-color: rgb(19,65,104); }

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