#1B4069

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

Shades of Regal Blue #1B4069

Tints of Regal Blue #1B4069

Color information

#1B4069 (or 0x1B4069) is unknown color: approx Regal Blue. HEX triplet: 1B, 40 and 69. RGB value is (27,64,105). Sum of RGB (Red+Green+Blue) = 27+64+105=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B4069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4069 is #E4BF96. Grayscale: #393939. Windows color (decimal): -14991255 or 6897691. OLE color: 6897691.

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

Color convert

RGB2764105-
CMYK0.740.3900.59
HSL211.54º59.09%25.88%-
HSV(B)211.54º74.29%41.18%-
XYZ4.844.9214.06-
YUV57.61154.74106.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.78%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=13.78%
G=32.65%
B=53.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27641050.740.3900.59211.5459.0925.88
Hex1B40694A2703Bd43b1a
Octal33100151112470733247332
Binary1101110000001101001100101010011101110111101010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,105); }

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

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

 a { background-color: rgb(27,64,105); }

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

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

 span { border-color: rgb(27,64,105); }

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