#1A4364

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

Shades of Regal Blue #1A4364

Tints of Regal Blue #1A4364

Color information

#1A4364 (or 0x1A4364) is unknown color: approx Regal Blue. HEX triplet: 1A, 43 and 64. RGB value is (26,67,100). Sum of RGB (Red+Green+Blue) = 26+67+100=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #1A4364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4364 is #E5BC9B. Grayscale: #3A3A3A. Windows color (decimal): -15056028 or 6570778. OLE color: 6570778.

HSL color Cylindrical-coordinate representation of color #1A4364: hue angle of 206.76º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4364 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2667100-
CMYK0.740.3300.61
HSL206.76º58.73%24.71%-
HSV(B)206.76º74%39.22%-
XYZ4.735.1512.8-
YUV58.5151.42104.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 100 (39.45% from 255) = 51.81%
R=13.47%
G=34.72%
B=51.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal26671000.740.3300.61206.7658.7324.71
Hex1A43644A2103Dcf3b19
Octal32103144112410753177331
Binary1101010000111100100100101010000101111011100111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,67,100); }

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

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

 a { background-color: rgb(26,67,100); }

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

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

 span { border-color: rgb(26,67,100); }

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