#13446A

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

Shades of Regal Blue #13446A

Tints of Regal Blue #13446A

Color information

#13446A (or 0x13446A) is unknown color: approx Regal Blue. HEX triplet: 13, 44 and 6A. RGB value is (19,68,106). Sum of RGB (Red+Green+Blue) = 19+68+106=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #13446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13446A is #ECBB95. Grayscale: #393939. Windows color (decimal): -15514518 or 6964243. OLE color: 6964243.

HSL color Cylindrical-coordinate representation of color #13446A: hue angle of 206.21º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13446A is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1968106-
CMYK0.820.3600.58
HSL206.21º69.6%24.51%-
HSV(B)206.21º82.08%41.57%-
XYZ4.945.3114.4-
YUV57.68155.27100.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 106 (41.80% from 255) = 54.92%
R=9.84%
G=35.23%
B=54.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19681060.820.3600.58206.2169.624.51
Hex13446A522403Ace4619
Octal231041521224407231610631
Binary10011100010011010101010010100100011101011001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13446A; }

 p { color: rgb(19,68,106); }

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

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

 a { background-color: rgb(19,68,106); }

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

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

 span { border-color: rgb(19,68,106); }

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