#1C4162

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

Shades of Regal Blue #1C4162

Tints of Regal Blue #1C4162

Color information

#1C4162 (or 0x1C4162) is unknown color: approx Regal Blue. HEX triplet: 1C, 41 and 62. RGB value is (28,65,98). Sum of RGB (Red+Green+Blue) = 28+65+98=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C4162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4162 is #E3BE9D. Grayscale: #393939. Windows color (decimal): -14925470 or 6439196. OLE color: 6439196.

HSL color Cylindrical-coordinate representation of color #1C4162: hue angle of 208.29º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4162 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB286598-
CMYK0.710.3400.62
HSL208.29º55.56%24.71%-
HSV(B)208.29º71.43%38.43%-
XYZ4.574.9112.26-
YUV57.7150.74106.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 98 (38.67% from 255) = 51.31%
R=14.66%
G=34.03%
B=51.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2865980.710.3400.62208.2955.5624.71
Hex1C4162472203Ed03819
Octal34101142107420763207031
Binary1110010000011100010100011110001001111101101000011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,65,98); }

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

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

 a { background-color: rgb(28,65,98); }

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

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

 span { border-color: rgb(28,65,98); }

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