#1C3D63

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

Shades of Regal Blue #1C3D63

Tints of Regal Blue #1C3D63

Color information

#1C3D63 (or 0x1C3D63) is unknown color: approx Regal Blue. HEX triplet: 1C, 3D and 63. RGB value is (28,61,99). Sum of RGB (Red+Green+Blue) = 28+61+99=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C3D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D63 is #E3C29C. Grayscale: #373737. Windows color (decimal): -14926493 or 6503708. OLE color: 6503708.

HSL color Cylindrical-coordinate representation of color #1C3D63: hue angle of 212.11º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C3D63 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB286199-
CMYK0.720.3800.61
HSL212.11º55.91%24.9%-
HSV(B)212.11º71.72%38.82%-
XYZ4.44.4912.44-
YUV55.46152.57108.41-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.89%
GREEN value IS 61 (24.22% from 255) = 32.45%
BLUE value IS 99 (39.06% from 255) = 52.66%
R=14.89%
G=32.45%
B=52.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2861990.720.3800.61212.1155.9124.9
Hex1C3D63482603Dd43819
Octal3475143110460753247031
Binary111001111011100011100100010011001111011101010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,61,99); }

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

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

 a { background-color: rgb(28,61,99); }

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

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

 span { border-color: rgb(28,61,99); }

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