#134161

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

Shades of Regal Blue #134161

Tints of Regal Blue #134161

Color information

#134161 (or 0x134161) is unknown color: approx Regal Blue. HEX triplet: 13, 41 and 61. RGB value is (19,65,97). Sum of RGB (Red+Green+Blue) = 19+65+97=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #134161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134161 is #ECBE9E. Grayscale: #363636. Windows color (decimal): -15515295 or 6373651. OLE color: 6373651.

HSL color Cylindrical-coordinate representation of color #134161: hue angle of 204.62º 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 #134161 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB196597-
CMYK0.800.3300.62
HSL204.62º67.24%22.75%-
HSV(B)204.62º80.41%38.04%-
XYZ4.324.7812-
YUV54.89151.76102.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.50%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=10.50%
G=35.91%
B=53.59%

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
Decimal1965970.800.3300.62204.6267.2422.75
Hex134161502103Ecd4317
Octal231011411204107631510327
Binary10011100000111000011010000100001011111011001101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134161; }

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

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

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

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

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

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

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

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