Html Css Color HEX #1760BF Denim

📋 copy color: '#1760BF'

red 23 ◦ green 96 ◦ blue 191

#1760BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1760BF

Tints of Denim #1760BF

RGB

 RED value IS 23 (9.38% from 255) = 7.42%

 GREEN value IS 96 (37.89% from 255) = 30.97%

 BLUE value IS 191 (75% from 255) = 61.61%

R = 7.42%
G = 30.97%
B = 61.61%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1760BF (or 0x1760BF) is known color: Denim. HEX triplet: 17, 60 and BF. RGB value is (23,96,191). Sum of RGB (Red+Green+Blue) = 23+96+191=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #1760BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1760BF is #E89F40. Grayscale: #545454. Windows color (decimal): -15245121 or 12541975. OLE color: 12541975.

HSL color Cylindrical-coordinate representation of color #1760BF: hue angle of 213.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1760BF is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 96 191 -
CMYK 0.88 0.50 0 0.25
HSL 213.93º 0.79% 0.42% -
HSV(B) 213.93º 0.88% 0.75% -
XYZ 13.94 12.31 50.93 -
YUV 85 187.82 83.78 -
System Red Green Blue C M Y K H S L
Decimal 23 96 191 0.88 0.50 0 0.25 213.93 0.79 0.42
Hex 17 60 BF 58 32 0 19 D6 4F 2A
Octal 27 140 277 130 62 0 31 326 117 52
Binary 10111 1100000 10111111 1011000 110010 0 11001 11010110 1001111 101010

Color Harmonies of #1760BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1760BF

Black with #1760BF

Text Example


Text Example

White with #1760BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1760BF;
 }
 .AnyTagClassName
 {
   color: #1760BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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