#1C4061

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

Shades of Regal Blue #1C4061

Tints of Regal Blue #1C4061

Color information

#1C4061 (or 0x1C4061) is unknown color: approx Regal Blue. HEX triplet: 1C, 40 and 61. RGB value is (28,64,97). Sum of RGB (Red+Green+Blue) = 28+64+97=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C4061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4061 is #E3BF9E. Grayscale: #383838. Windows color (decimal): -14925727 or 6373404. OLE color: 6373404.

HSL color Cylindrical-coordinate representation of color #1C4061: hue angle of 208.7º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C4061 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB286497-
CMYK0.710.3400.62
HSL208.7º55.2%24.51%-
HSV(B)208.7º71.13%38.04%-
XYZ4.474.7812-
YUV57150.57107.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=14.81%
G=33.86%
B=51.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2864970.710.3400.62208.755.224.51
Hex1C4061472203Ed13719
Octal34100141107420763216731
Binary1110010000001100001100011110001001111101101000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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