#1b68b5

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

Shades of Denim #1B68B5

Tints of Denim #1B68B5

Color information

#1B68B5 (or 0x1B68B5) is unknown color: approx Denim. HEX triplet: 1B, 68 and B5. RGB value is (27,104,181). Sum of RGB (Red+Green+Blue) = 27+104+181=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #1B68B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B68B5 is #E4974A. Grayscale: #595959. Windows color (decimal): -14980939 or 11888667. OLE color: 11888667.

HSL color Cylindrical-coordinate representation of color #1B68B5: hue angle of 210º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B68B5 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB27104181-
CMYK0.850.4300.29
HSL210º74.04%40.78%-
HSV(B)210º85.08%70.98%-
XYZ13.7413.4745.59-
YUV89.76179.4983.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 58.01%
R=8.65%
G=33.33%
B=58.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal271041810.850.4300.2921074.0440.78
Hex1B68B5552B01Dd24a29
Octal331502651255303532211251
Binary110111101000101101011010101101011011101110100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b68b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,104,181); }

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

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

 a { background-color: rgb(27,104,181); }

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

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

 span { border-color: rgb(27,104,181); }

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