#1C4163

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

Shades of Regal Blue #1C4163

Tints of Regal Blue #1C4163

Color information

#1C4163 (or 0x1C4163) is unknown color: approx Regal Blue. HEX triplet: 1C, 41 and 63. RGB value is (28,65,99). Sum of RGB (Red+Green+Blue) = 28+65+99=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4163 is #E3BE9C. Grayscale: #393939. Windows color (decimal): -14925469 or 6504732. OLE color: 6504732.

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

Color convert

RGB286599-
CMYK0.720.3400.61
HSL208.73º55.91%24.9%-
HSV(B)208.73º71.72%38.82%-
XYZ4.624.9312.51-
YUV57.81151.24106.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.58%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=14.58%
G=33.85%
B=51.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2865990.720.3400.61208.7355.9124.9
Hex1C4163482203Dd13819
Octal34101143110420753217031
Binary1110010000011100011100100010001001111011101000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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