#1B3C63

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

Shades of Regal Blue #1B3C63

Tints of Regal Blue #1B3C63

Color information

#1B3C63 (or 0x1B3C63) is unknown color: approx Regal Blue. HEX triplet: 1B, 3C and 63. RGB value is (27,60,99). Sum of RGB (Red+Green+Blue) = 27+60+99=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B3C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C63 is #E4C39C. Grayscale: #363636. Windows color (decimal): -14992285 or 6503451. OLE color: 6503451.

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

Color convert

RGB276099-
CMYK0.730.3900.61
HSL212.5º57.14%24.71%-
HSV(B)212.5º72.73%38.82%-
XYZ4.324.3712.42-
YUV54.58153.07108.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.52%
GREEN value IS 60 (23.83% from 255) = 32.26%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=14.52%
G=32.26%
B=53.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2760990.730.3900.61212.557.1424.71
Hex1B3C63492703Dd43919
Octal3374143111470753247131
Binary110111111001100011100100110011101111011101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,60,99); }

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

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

 a { background-color: rgb(27,60,99); }

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

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

 span { border-color: rgb(27,60,99); }

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