#1C4569

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

Shades of Regal Blue #1C4569

Tints of Regal Blue #1C4569

Color information

#1C4569 (or 0x1C4569) is unknown color: approx Regal Blue. HEX triplet: 1C, 45 and 69. RGB value is (28,69,105). Sum of RGB (Red+Green+Blue) = 28+69+105=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C4569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4569 is #E3BA96. Grayscale: #3C3C3C. Windows color (decimal): -14924439 or 6898972. OLE color: 6898972.

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

Color convert

RGB2869105-
CMYK0.730.3400.59
HSL208.05º57.89%26.08%-
HSV(B)208.05º73.33%41.18%-
XYZ5.165.5214.16-
YUV60.84152.92104.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=13.86%
G=34.16%
B=51.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28691050.730.3400.59208.0557.8926.08
Hex1C4569492203Bd03a1a
Octal34105151111420733207232
Binary1110010001011101001100100110001001110111101000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,69,105); }

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

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

 a { background-color: rgb(28,69,105); }

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

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

 span { border-color: rgb(28,69,105); }

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