#1A3F62

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

Shades of Regal Blue #1A3F62

Tints of Regal Blue #1A3F62

Color information

#1A3F62 (or 0x1A3F62) is unknown color: approx Regal Blue. HEX triplet: 1A, 3F and 62. RGB value is (26,63,98). Sum of RGB (Red+Green+Blue) = 26+63+98=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A3F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3F62 is #E5C09D. Grayscale: #373737. Windows color (decimal): -15057054 or 6438682. OLE color: 6438682.

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

Color convert

RGB266398-
CMYK0.730.3600.62
HSL209.17º58.06%24.31%-
HSV(B)209.17º73.47%38.43%-
XYZ4.414.6612.22-
YUV55.93151.74106.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.90%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=13.90%
G=33.69%
B=52.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2663980.730.3600.62209.1758.0624.31
Hex1A3F62492403Ed13a18
Octal3277142111440763217230
Binary110101111111100010100100110010001111101101000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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