#1B334F

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

Shades of Regal Blue #1B334F

Tints of Regal Blue #1B334F

Color information

#1B334F (or 0x1B334F) is unknown color: approx Regal Blue. HEX triplet: 1B, 33 and 4F. RGB value is (27,51,79). Sum of RGB (Red+Green+Blue) = 27+51+79=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B334F is #E4CCB0. Grayscale: #2E2E2E. Windows color (decimal): -14994609 or 5190427. OLE color: 5190427.

HSL color Cylindrical-coordinate representation of color #1B334F: hue angle of 212.31º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B334F is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB275179-
CMYK0.660.3500.69
HSL212.31º49.06%20.78%-
HSV(B)212.31º65.82%30.98%-
XYZ3.053.177.85-
YUV47.02146.05113.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=17.20%
G=32.48%
B=50.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2751790.660.3500.69212.3149.0620.78
Hex1B334F4223045d43115
Octal33631171024301053246125
Binary1101111001110011111000010100011010001011101010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,79); }

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

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

 a { background-color: rgb(27,51,79); }

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

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

 span { border-color: rgb(27,51,79); }

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