#1A395F

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

Shades of Regal Blue #1A395F

Tints of Regal Blue #1A395F

Color information

#1A395F (or 0x1A395F) is unknown color: approx Regal Blue. HEX triplet: 1A, 39 and 5F. RGB value is (26,57,95). Sum of RGB (Red+Green+Blue) = 26+57+95=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A395F is #E5C6A0. Grayscale: #333333. Windows color (decimal): -15058593 or 6240538. OLE color: 6240538.

HSL color Cylindrical-coordinate representation of color #1A395F: hue angle of 213.04º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A395F is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB265795-
CMYK0.730.4000.63
HSL213.04º57.02%23.73%-
HSV(B)213.04º72.63%37.25%-
XYZ3.953.9711.38-
YUV52.06152.23109.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.61%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=14.61%
G=32.02%
B=53.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2657950.730.4000.63213.0457.0223.73
Hex1A395F492803Fd53918
Octal3271137111500773257130
Binary110101110011011111100100110100001111111101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A395F; }

 p { color: rgb(26,57,95); }

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

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

 a { background-color: rgb(26,57,95); }

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

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

 span { border-color: rgb(26,57,95); }

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