#134365

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

Shades of Regal Blue #134365

Tints of Regal Blue #134365

Color information

#134365 (or 0x134365) is unknown color: approx Regal Blue. HEX triplet: 13, 43 and 65. RGB value is (19,67,101). Sum of RGB (Red+Green+Blue) = 19+67+101=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #134365 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134365 is #ECBC9A. Grayscale: #383838. Windows color (decimal): -15514779 or 6636307. OLE color: 6636307.

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

Color convert

RGB1967101-
CMYK0.810.3400.60
HSL204.88º68.33%23.53%-
HSV(B)204.88º81.19%39.61%-
XYZ4.625.0913.05-
YUV56.52153.1101.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 101 (39.84% from 255) = 54.01%
R=10.16%
G=35.83%
B=54.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19671010.810.3400.60204.8868.3323.53
Hex134365512203Ccd4418
Octal231031451214207431510430
Binary10011100001111001011010001100010011110011001101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134365; }

 p { color: rgb(19,67,101); }

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

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

 a { background-color: rgb(19,67,101); }

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

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

 span { border-color: rgb(19,67,101); }

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