#1B4150

Color #1B4150 Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #1B4150

Tints of Green Vogue #1B4150

Color information

#1B4150 (or 0x1B4150) is unknown color: approx Green Vogue. HEX triplet: 1B, 41 and 50. RGB value is (27,65,80). Sum of RGB (Red+Green+Blue) = 27+65+80=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4150 is #E4BEAF. Grayscale: #373737. Windows color (decimal): -14991024 or 5259547. OLE color: 5259547.

HSL color Cylindrical-coordinate representation of color #1B4150: hue angle of 196.98º degrees, saturation: 0.5, 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 #1B4150 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB276580-
CMYK0.660.1900.69
HSL196.98º49.53%20.98%-
HSV(B)196.98º66.25%31.37%-
XYZ3.794.598.28-
YUV55.35141.91107.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=15.70%
G=37.79%
B=46.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2765800.660.1900.69196.9849.5320.98
Hex1B41504213045c53215
Octal331011201022301053056225
Binary1101110000011010000100001010011010001011100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,65,80); }

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

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

 a { background-color: rgb(27,65,80); }

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

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

 span { border-color: rgb(27,65,80); }

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