#1C4161

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

Shades of Regal Blue #1C4161

Tints of Regal Blue #1C4161

Color information

#1C4161 (or 0x1C4161) is unknown color: approx Regal Blue. HEX triplet: 1C, 41 and 61. RGB value is (28,65,97). Sum of RGB (Red+Green+Blue) = 28+65+97=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4161 is #E3BE9E. Grayscale: #393939. Windows color (decimal): -14925471 or 6373660. OLE color: 6373660.

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

Color convert

RGB286597-
CMYK0.710.3300.62
HSL207.83º55.2%24.51%-
HSV(B)207.83º71.13%38.04%-
XYZ4.534.8912.01-
YUV57.58150.24106.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=14.74%
G=34.21%
B=51.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2865970.710.3300.62207.8355.224.51
Hex1C4161472103Ed03719
Octal34101141107410763206731
Binary1110010000011100001100011110000101111101101000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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