#134261

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

Shades of Regal Blue #134261

Tints of Regal Blue #134261

Color information

#134261 (or 0x134261) is unknown color: approx Regal Blue. HEX triplet: 13, 42 and 61. RGB value is (19,66,97). Sum of RGB (Red+Green+Blue) = 19+66+97=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #134261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134261 is #ECBD9E. Grayscale: #373737. Windows color (decimal): -15515039 or 6373907. OLE color: 6373907.

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

Color convert

RGB196697-
CMYK0.800.3200.62
HSL203.85º67.24%22.75%-
HSV(B)203.85º80.41%38.04%-
XYZ4.374.912.02-
YUV55.48151.43101.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=10.44%
G=36.26%
B=53.30%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1966970.800.3200.62203.8567.2422.75
Hex134261502003Ecc4317
Octal231021411204007631410327
Binary10011100001011000011010000100000011111011001100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134261; }

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

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

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

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

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

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

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

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