#1C4368

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

Shades of Regal Blue #1C4368

Tints of Regal Blue #1C4368

Color information

#1C4368 (or 0x1C4368) is unknown color: approx Regal Blue. HEX triplet: 1C, 43 and 68. RGB value is (28,67,104). Sum of RGB (Red+Green+Blue) = 28+67+104=199 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.07% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C4368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4368 is #E3BC97. Grayscale: #3B3B3B. Windows color (decimal): -14924952 or 6832924. OLE color: 6832924.

HSL color Cylindrical-coordinate representation of color #1C4368: hue angle of 209.21º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4368 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2867104-
CMYK0.730.3600.59
HSL209.21º57.58%25.88%-
HSV(B)209.21º73.08%40.78%-
XYZ4.985.2613.85-
YUV59.56153.08105.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.07%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=14.07%
G=33.67%
B=52.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28671040.730.3600.59209.2157.5825.88
Hex1C4368492403Bd13a1a
Octal34103150111440733217232
Binary1110010000111101000100100110010001110111101000111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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