#1C4363

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

Shades of Regal Blue #1C4363

Tints of Regal Blue #1C4363

Color information

#1C4363 (or 0x1C4363) is unknown color: approx Regal Blue. HEX triplet: 1C, 43 and 63. RGB value is (28,67,99). Sum of RGB (Red+Green+Blue) = 28+67+99=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4363 is #E3BC9C. Grayscale: #3A3A3A. Windows color (decimal): -14924957 or 6505244. OLE color: 6505244.

HSL color Cylindrical-coordinate representation of color #1C4363: hue angle of 207.04º 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 #1C4363 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB286799-
CMYK0.720.3200.61
HSL207.04º55.91%24.9%-
HSV(B)207.04º71.72%38.82%-
XYZ4.745.1612.55-
YUV58.99150.58105.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=14.43%
G=34.54%
B=51.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2867990.720.3200.61207.0455.9124.9
Hex1C4363482003Dcf3819
Octal34103143110400753177031
Binary1110010000111100011100100010000001111011100111111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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