#1A384F

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

Shades of Regal Blue #1A384F

Tints of Regal Blue #1A384F

Color information

#1A384F (or 0x1A384F) is unknown color: approx Regal Blue. HEX triplet: 1A, 38 and 4F. RGB value is (26,56,79). Sum of RGB (Red+Green+Blue) = 26+56+79=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1A384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A384F is #E5C7B0. Grayscale: #313131. Windows color (decimal): -15058865 or 5191706. OLE color: 5191706.

HSL color Cylindrical-coordinate representation of color #1A384F: hue angle of 206.04º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A384F is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB265679-
CMYK0.670.2900.69
HSL206.04º50.48%20.59%-
HSV(B)206.04º67.09%30.98%-
XYZ3.253.617.92-
YUV49.65144.56111.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=16.15%
G=34.78%
B=49.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2656790.670.2900.69206.0450.4820.59
Hex1A384F431D045ce3215
Octal32701171033501053166225
Binary110101110001001111100001111101010001011100111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,56,79); }

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

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

 a { background-color: rgb(26,56,79); }

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

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

 span { border-color: rgb(26,56,79); }

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