#1A4262

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

Shades of Regal Blue #1A4262

Tints of Regal Blue #1A4262

Color information

#1A4262 (or 0x1A4262) is unknown color: approx Regal Blue. HEX triplet: 1A, 42 and 62. RGB value is (26,66,98). Sum of RGB (Red+Green+Blue) = 26+66+98=190 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.68% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A4262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4262 is #E5BD9D. Grayscale: #393939. Windows color (decimal): -15056286 or 6439450. OLE color: 6439450.

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

Color convert

RGB266698-
CMYK0.730.3300.62
HSL206.67º58.06%24.31%-
HSV(B)206.67º73.47%38.43%-
XYZ4.58512.28-
YUV57.69150.75105.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.68%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 98 (38.67% from 255) = 51.58%
R=13.68%
G=34.74%
B=51.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2666980.730.3300.62206.6758.0624.31
Hex1A4262492103Ecf3a18
Octal32102142111410763177230
Binary1101010000101100010100100110000101111101100111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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