#13345F

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

Shades of Regal Blue #13345F

Tints of Regal Blue #13345F

Color information

#13345F (or 0x13345F) is unknown color: approx Regal Blue. HEX triplet: 13, 34 and 5F. RGB value is (19,52,95). Sum of RGB (Red+Green+Blue) = 19+52+95=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 95 (37.5% from 255 or 57.23% from 166); Max value from RGB is 95 - color contains mainly: blue. Hex color #13345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13345F is #ECCBA0. Grayscale: #2E2E2E. Windows color (decimal): -15518625 or 6239251. OLE color: 6239251.

HSL color Cylindrical-coordinate representation of color #13345F: hue angle of 213.95º 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 #13345F is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB195295-
CMYK0.800.4500.63
HSL213.95º66.67%22.35%-
HSV(B)213.95º80%37.25%-
XYZ3.563.4211.3-
YUV47.04155.07108-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 95 (37.5% from 255) = 57.23%
R=11.45%
G=31.33%
B=57.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1952950.800.4500.63213.9566.6722.35
Hex13345F502D03Fd64316
Octal23641371205507732610326
Binary1001111010010111111010000101101011111111010110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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