#1C416A

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

Shades of Regal Blue #1C416A

Tints of Regal Blue #1C416A

Color information

#1C416A (or 0x1C416A) is unknown color: approx Regal Blue. HEX triplet: 1C, 41 and 6A. RGB value is (28,65,106). Sum of RGB (Red+Green+Blue) = 28+65+106=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C416A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C416A is #E3BE95. Grayscale: #3A3A3A. Windows color (decimal): -14925462 or 6963484. OLE color: 6963484.

HSL color Cylindrical-coordinate representation of color #1C416A: hue angle of 211.54º degrees, saturation: 0.58, 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 #1C416A is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2865106-
CMYK0.740.3900.58
HSL211.54º58.21%26.27%-
HSV(B)211.54º73.58%41.57%-
XYZ4.975.0714.35-
YUV58.61154.74106.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 106 (41.80% from 255) = 53.27%
R=14.07%
G=32.66%
B=53.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28651060.740.3900.58211.5458.2126.27
Hex1C416A4A2703Ad43a1a
Octal34101152112470723247232
Binary1110010000011101010100101010011101110101101010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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