#1C446B

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

Shades of Regal Blue #1C446B

Tints of Regal Blue #1C446B

Color information

#1C446B (or 0x1C446B) is unknown color: approx Regal Blue. HEX triplet: 1C, 44 and 6B. RGB value is (28,68,107). Sum of RGB (Red+Green+Blue) = 28+68+107=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C446B is #E3BB94. Grayscale: #3C3C3C. Windows color (decimal): -14924693 or 7029788. OLE color: 7029788.

HSL color Cylindrical-coordinate representation of color #1C446B: hue angle of 209.62º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C446B is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2868107-
CMYK0.740.3600.58
HSL209.62º58.52%26.47%-
HSV(B)209.62º73.83%41.96%-
XYZ5.25.4414.69-
YUV60.49154.25104.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=13.79%
G=33.50%
B=52.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28681070.740.3600.58209.6258.5226.47
Hex1C446B4A2403Ad23b1a
Octal34104153112440723227332
Binary1110010001001101011100101010010001110101101001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,68,107); }

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

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

 a { background-color: rgb(28,68,107); }

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

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

 span { border-color: rgb(28,68,107); }

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