#1760BD

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

Shades of Denim #1760BD

Tints of Denim #1760BD

Color information

#1760BD (or 0x1760BD) is unknown color: approx Denim. HEX triplet: 17, 60 and BD. RGB value is (23,96,189). Sum of RGB (Red+Green+Blue) = 23+96+189=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #1760BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1760BD is #E89F42. Grayscale: #545454. Windows color (decimal): -15245123 or 12410903. OLE color: 12410903.

HSL color Cylindrical-coordinate representation of color #1760BD: hue angle of 213.61º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1760BD is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2396189-
CMYK0.880.4900.26
HSL213.61º78.3%41.57%-
HSV(B)213.61º87.83%74.12%-
XYZ13.7212.2249.78-
YUV84.78186.8283.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.47%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=7.47%
G=31.17%
B=61.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal23961890.880.4900.26213.6178.341.57
Hex1760BD583101Ad64e2a
Octal271402751306103232611652
Binary101111100000101111011011000110001011010110101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1760BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1760BD; }

 p { color: rgb(23,96,189); }

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

<style>
 a { background-color: #1760BD; }

 a { background-color: rgb(23,96,189); }

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

<style>
 span { border-color: #1760BD; }

 span { border-color: rgb(23,96,189); }

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