#1A3851

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

Shades of Regal Blue #1A3851

Tints of Regal Blue #1A3851

Color information

#1A3851 (or 0x1A3851) is unknown color: approx Regal Blue. HEX triplet: 1A, 38 and 51. RGB value is (26,56,81). Sum of RGB (Red+Green+Blue) = 26+56+81=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #1A3851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3851 is #E5C7AE. Grayscale: #313131. Windows color (decimal): -15058863 or 5322778. OLE color: 5322778.

HSL color Cylindrical-coordinate representation of color #1A3851: hue angle of 207.27º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3851 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB265681-
CMYK0.680.3100.68
HSL207.27º51.4%20.98%-
HSV(B)207.27º67.9%31.76%-
XYZ3.333.648.31-
YUV49.88145.56110.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.95%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 81 (32.03% from 255) = 49.69%
R=15.95%
G=34.36%
B=49.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2656810.680.3100.68207.2751.420.98
Hex1A3851441F044cf3315
Octal32701211043701043176325
Binary110101110001010001100010011111010001001100111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,56,81); }

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

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

 a { background-color: rgb(26,56,81); }

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

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

 span { border-color: rgb(26,56,81); }

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