#1B4269

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

Shades of Regal Blue #1B4269

Tints of Regal Blue #1B4269

Color information

#1B4269 (or 0x1B4269) is unknown color: approx Regal Blue. HEX triplet: 1B, 42 and 69. RGB value is (27,66,105). Sum of RGB (Red+Green+Blue) = 27+66+105=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B4269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4269 is #E4BD96. Grayscale: #3A3A3A. Windows color (decimal): -14990743 or 6898203. OLE color: 6898203.

HSL color Cylindrical-coordinate representation of color #1B4269: hue angle of 210º 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 #1B4269 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2766105-
CMYK0.740.3700.59
HSL210º59.09%25.88%-
HSV(B)210º74.29%41.18%-
XYZ4.955.1514.1-
YUV58.78154.08105.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.64%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 53.03%
R=13.64%
G=33.33%
B=53.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27661050.740.3700.5921059.0925.88
Hex1B42694A2503Bd23b1a
Octal33102151112450733227332
Binary1101110000101101001100101010010101110111101001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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