#134163

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

Shades of Regal Blue #134163

Tints of Regal Blue #134163

Color information

#134163 (or 0x134163) is unknown color: approx Regal Blue. HEX triplet: 13, 41 and 63. RGB value is (19,65,99). Sum of RGB (Red+Green+Blue) = 19+65+99=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #134163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134163 is #ECBE9C. Grayscale: #363636. Windows color (decimal): -15515293 or 6504723. OLE color: 6504723.

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

Color convert

RGB196599-
CMYK0.810.3400.61
HSL205.5º67.8%23.14%-
HSV(B)205.5º80.81%38.82%-
XYZ4.414.8212.5-
YUV55.12152.76102.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 99 (39.06% from 255) = 54.10%
R=10.38%
G=35.52%
B=54.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1965990.810.3400.61205.567.823.14
Hex134163512203Dce4417
Octal231011431214207531610427
Binary10011100000111000111010001100010011110111001110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134163; }

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

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

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

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

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

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

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

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