#13415F

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

Shades of Regal Blue #13415F

Tints of Regal Blue #13415F

Color information

#13415F (or 0x13415F) is unknown color: approx Regal Blue. HEX triplet: 13, 41 and 5F. RGB value is (19,65,95). Sum of RGB (Red+Green+Blue) = 19+65+95=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #13415F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13415F is #ECBEA0. Grayscale: #363636. Windows color (decimal): -15515297 or 6242579. OLE color: 6242579.

HSL color Cylindrical-coordinate representation of color #13415F: hue angle of 203.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13415F is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB196595-
CMYK0.800.3200.63
HSL203.68º66.67%22.35%-
HSV(B)203.68º80%37.25%-
XYZ4.224.7511.52-
YUV54.67150.76102.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 95 (37.5% from 255) = 53.07%
R=10.61%
G=36.31%
B=53.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1965950.800.3200.63203.6866.6722.35
Hex13415F502003Fcc4316
Octal231011371204007731410326
Binary10011100000110111111010000100000011111111001100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13415F; }

 p { color: rgb(19,65,95); }

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

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

 a { background-color: rgb(19,65,95); }

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

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

 span { border-color: rgb(19,65,95); }

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