#1A395C

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

Shades of Regal Blue #1A395C

Tints of Regal Blue #1A395C

Color information

#1A395C (or 0x1A395C) is unknown color: approx Regal Blue. HEX triplet: 1A, 39 and 5C. RGB value is (26,57,92). Sum of RGB (Red+Green+Blue) = 26+57+92=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A395C is #E5C6A3. Grayscale: #333333. Windows color (decimal): -15058596 or 6043930. OLE color: 6043930.

HSL color Cylindrical-coordinate representation of color #1A395C: hue angle of 211.82º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A395C is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB265792-
CMYK0.720.3800.64
HSL211.82º55.93%23.14%-
HSV(B)211.82º71.74%36.08%-
XYZ3.823.9210.68-
YUV51.72150.73109.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.86%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=14.86%
G=32.57%
B=52.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2657920.720.3800.64211.8255.9323.14
Hex1A395C4826040d43817
Octal32711341104601003247027
Binary1101011100110111001001000100110010000001101010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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