#134263

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

Shades of Regal Blue #134263

Tints of Regal Blue #134263

Color information

#134263 (or 0x134263) is unknown color: approx Regal Blue. HEX triplet: 13, 42 and 63. RGB value is (19,66,99). Sum of RGB (Red+Green+Blue) = 19+66+99=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #134263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134263 is #ECBD9C. Grayscale: #373737. Windows color (decimal): -15515037 or 6504979. OLE color: 6504979.

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

Color convert

RGB196699-
CMYK0.810.3300.61
HSL204.75º67.8%23.14%-
HSV(B)204.75º80.81%38.82%-
XYZ4.474.9412.52-
YUV55.71152.43101.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 99 (39.06% from 255) = 53.80%
R=10.33%
G=35.87%
B=53.80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1966990.810.3300.61204.7567.823.14
Hex134263512103Dcd4417
Octal231021431214107531510427
Binary10011100001011000111010001100001011110111001101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134263; }

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

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

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

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

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

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

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

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