#1B3452

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

Shades of Regal Blue #1B3452

Tints of Regal Blue #1B3452

Color information

#1B3452 (or 0x1B3452) is unknown color: approx Regal Blue. HEX triplet: 1B, 34 and 52. RGB value is (27,52,82). Sum of RGB (Red+Green+Blue) = 27+52+82=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B3452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3452 is #E4CBAD. Grayscale: #2F2F2F. Windows color (decimal): -14994350 or 5387291. OLE color: 5387291.

HSL color Cylindrical-coordinate representation of color #1B3452: hue angle of 212.73º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B3452 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB275282-
CMYK0.670.3700.68
HSL212.73º50.46%21.37%-
HSV(B)212.73º67.07%32.16%-
XYZ3.23.38.45-
YUV47.94147.22113.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 82 (32.42% from 255) = 50.93%
R=16.77%
G=32.30%
B=50.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2752820.670.3700.68212.7350.4621.37
Hex1B34524325044d53215
Octal33641221034501043256225
Binary1101111010010100101000011100101010001001101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,82); }

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

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

 a { background-color: rgb(27,52,82); }

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

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

 span { border-color: rgb(27,52,82); }

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