#1A3D62

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

Shades of Regal Blue #1A3D62

Tints of Regal Blue #1A3D62

Color information

#1A3D62 (or 0x1A3D62) is unknown color: approx Regal Blue. HEX triplet: 1A, 3D and 62. RGB value is (26,61,98). Sum of RGB (Red+Green+Blue) = 26+61+98=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A3D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3D62 is #E5C29D. Grayscale: #363636. Windows color (decimal): -15057566 or 6438170. OLE color: 6438170.

HSL color Cylindrical-coordinate representation of color #1A3D62: hue angle of 210.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3D62 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB266198-
CMYK0.730.3800.62
HSL210.83º58.06%24.31%-
HSV(B)210.83º73.47%38.43%-
XYZ4.34.4412.19-
YUV54.75152.4107.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 98 (38.67% from 255) = 52.97%
R=14.05%
G=32.97%
B=52.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2661980.730.3800.62210.8358.0624.31
Hex1A3D62492603Ed33a18
Octal3275142111460763237230
Binary110101111011100010100100110011001111101101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,61,98); }

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

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

 a { background-color: rgb(26,61,98); }

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

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

 span { border-color: rgb(26,61,98); }

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