#1C4069

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

Shades of Regal Blue #1C4069

Tints of Regal Blue #1C4069

Color information

#1C4069 (or 0x1C4069) is unknown color: approx Regal Blue. HEX triplet: 1C, 40 and 69. RGB value is (28,64,105). Sum of RGB (Red+Green+Blue) = 28+64+105=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C4069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4069 is #E3BF96. Grayscale: #393939. Windows color (decimal): -14925719 or 6897692. OLE color: 6897692.

HSL color Cylindrical-coordinate representation of color #1C4069: hue angle of 211.95º 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 #1C4069 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2864105-
CMYK0.730.3900.59
HSL211.95º57.89%26.08%-
HSV(B)211.95º73.33%41.18%-
XYZ4.864.9314.06-
YUV57.91154.57106.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 105 (41.41% from 255) = 53.30%
R=14.21%
G=32.49%
B=53.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28641050.730.3900.59211.9557.8926.08
Hex1C4069492703Bd43a1a
Octal34100151111470733247232
Binary1110010000001101001100100110011101110111101010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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