#134268

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

Shades of Regal Blue #134268

Tints of Regal Blue #134268

Color information

#134268 (or 0x134268) is unknown color: approx Regal Blue. HEX triplet: 13, 42 and 68. RGB value is (19,66,104). Sum of RGB (Red+Green+Blue) = 19+66+104=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #134268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134268 is #ECBD97. Grayscale: #383838. Windows color (decimal): -15515032 or 6832659. OLE color: 6832659.

HSL color Cylindrical-coordinate representation of color #134268: hue angle of 206.82º 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 #134268 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1966104-
CMYK0.820.3700.59
HSL206.82º69.11%24.12%-
HSV(B)206.82º81.73%40.78%-
XYZ4.725.0313.82-
YUV56.28154.93101.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 104 (41.02% from 255) = 55.03%
R=10.05%
G=34.92%
B=55.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19661040.820.3700.59206.8269.1124.12
Hex134268522503Bcf4518
Octal231021501224507331710530
Binary10011100001011010001010010100101011101111001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134268; }

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

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

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

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

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

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

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

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