#1A375A

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

Shades of Regal Blue #1A375A

Tints of Regal Blue #1A375A

Color information

#1A375A (or 0x1A375A) is unknown color: approx Regal Blue. HEX triplet: 1A, 37 and 5A. RGB value is (26,55,90). Sum of RGB (Red+Green+Blue) = 26+55+90=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A375A is #E5C8A5. Grayscale: #323232. Windows color (decimal): -15059110 or 5912346. OLE color: 5912346.

HSL color Cylindrical-coordinate representation of color #1A375A: hue angle of 212.81º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A375A is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB265590-
CMYK0.710.3900.65
HSL212.81º55.17%22.75%-
HSV(B)212.81º71.11%35.29%-
XYZ3.643.6910.19-
YUV50.32150.39110.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 90 (35.55% from 255) = 52.63%
R=15.20%
G=32.16%
B=52.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2655900.710.3900.65212.8155.1722.75
Hex1A375A4727041d53717
Octal32671321074701013256727
Binary1101011011110110101000111100111010000011101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,55,90); }

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

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

 a { background-color: rgb(26,55,90); }

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

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

 span { border-color: rgb(26,55,90); }

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