#1b74b0

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

Shades of Denim #1B74B0

Tints of Denim #1B74B0

Color information

#1B74B0 (or 0x1B74B0) is unknown color: approx Denim. HEX triplet: 1B, 74 and B0. RGB value is (27,116,176). Sum of RGB (Red+Green+Blue) = 27+116+176=319 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.46% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #1B74B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B74B0 is #E48B4F. Grayscale: #5F5F5F. Windows color (decimal): -14977872 or 11564059. OLE color: 11564059.

HSL color Cylindrical-coordinate representation of color #1B74B0: hue angle of 204.16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B74B0 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB27116176-
CMYK0.850.3400.31
HSL204.16º73.4%39.8%-
HSV(B)204.16º84.66%69.02%-
XYZ14.5315.8643.37-
YUV96.23173.0178.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.46%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 176 (69.14% from 255) = 55.17%
R=8.46%
G=36.36%
B=55.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271161760.850.3400.31204.1673.439.8
Hex1B74B0552201Fcc4928
Octal331642601254203731411150
Binary110111110100101100001010101100010011111110011001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b74b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,116,176); }

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

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

 a { background-color: rgb(27,116,176); }

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

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

 span { border-color: rgb(27,116,176); }

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