#1A3E62

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

Shades of Regal Blue #1A3E62

Tints of Regal Blue #1A3E62

Color information

#1A3E62 (or 0x1A3E62) is unknown color: approx Regal Blue. HEX triplet: 1A, 3E and 62. RGB value is (26,62,98). Sum of RGB (Red+Green+Blue) = 26+62+98=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A3E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3E62 is #E5C19D. Grayscale: #373737. Windows color (decimal): -15057310 or 6438426. OLE color: 6438426.

HSL color Cylindrical-coordinate representation of color #1A3E62: hue angle of 210º 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 #1A3E62 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB266298-
CMYK0.730.3700.62
HSL210º58.06%24.31%-
HSV(B)210º73.47%38.43%-
XYZ4.354.5512.2-
YUV55.34152.07107.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.98%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=13.98%
G=33.33%
B=52.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2662980.730.3700.6221058.0624.31
Hex1A3E62492503Ed23a18
Octal3276142111450763227230
Binary110101111101100010100100110010101111101101001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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