#1B3951

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

Shades of Regal Blue #1B3951

Tints of Regal Blue #1B3951

Color information

#1B3951 (or 0x1B3951) is unknown color: approx Regal Blue. HEX triplet: 1B, 39 and 51. RGB value is (27,57,81). Sum of RGB (Red+Green+Blue) = 27+57+81=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3951 is #E4C6AE. Grayscale: #323232. Windows color (decimal): -14993071 or 5323035. OLE color: 5323035.

HSL color Cylindrical-coordinate representation of color #1B3951: hue angle of 206.67º 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 #1B3951 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB275781-
CMYK0.670.3000.68
HSL206.67º50%21.18%-
HSV(B)206.67º66.67%31.76%-
XYZ3.43.758.33-
YUV50.77145.06111.05-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=16.36%
G=34.55%
B=49.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2757810.670.3000.68206.675021.18
Hex1B3951431E044cf3215
Octal33711211033601043176225
Binary110111110011010001100001111110010001001100111111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,57,81); }

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

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

 a { background-color: rgb(27,57,81); }

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

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

 span { border-color: rgb(27,57,81); }

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