#1C405A

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

Shades of Regal Blue #1C405A

Tints of Regal Blue #1C405A

Color information

#1C405A (or 0x1C405A) is unknown color: approx Regal Blue. HEX triplet: 1C, 40 and 5A. RGB value is (28,64,90). Sum of RGB (Red+Green+Blue) = 28+64+90=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C405A is #E3BFA5. Grayscale: #383838. Windows color (decimal): -14925734 or 5914652. OLE color: 5914652.

HSL color Cylindrical-coordinate representation of color #1C405A: hue angle of 205.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C405A is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB286490-
CMYK0.690.2900.65
HSL205.16º52.54%23.14%-
HSV(B)205.16º68.89%35.29%-
XYZ4.164.6510.35-
YUV56.2147.07107.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.38%
GREEN value IS 64 (25.39% from 255) = 35.16%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=15.38%
G=35.16%
B=49.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2864900.690.2900.65205.1652.5423.14
Hex1C405A451D041cd3517
Octal341001321053501013156527
Binary1110010000001011010100010111101010000011100110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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