#134368

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

Shades of Regal Blue #134368

Tints of Regal Blue #134368

Color information

#134368 (or 0x134368) is unknown color: approx Regal Blue. HEX triplet: 13, 43 and 68. RGB value is (19,67,104). Sum of RGB (Red+Green+Blue) = 19+67+104=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #134368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134368 is #ECBC97. Grayscale: #383838. Windows color (decimal): -15514776 or 6832915. OLE color: 6832915.

HSL color Cylindrical-coordinate representation of color #134368: hue angle of 206.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134368 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1967104-
CMYK0.820.3600.59
HSL206.12º69.11%24.12%-
HSV(B)206.12º81.73%40.78%-
XYZ4.775.1513.84-
YUV56.87154.6100.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=10%
G=35.26%
B=54.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19671040.820.3600.59206.1269.1124.12
Hex134368522403Bce4518
Octal231031501224407331610530
Binary10011100001111010001010010100100011101111001110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134368; }

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

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

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

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

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

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

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

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