Html Css Color HEX #1764BE Denim

📋 copy color: '#1764BE'

red 23 ◦ green 100 ◦ blue 190

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

Shades of Denim #1764BE

Tints of Denim #1764BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 190 (74.61% from 255) = 60.7%

R = 7.35%
G = 31.95%
B = 60.7%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1764BE (or 0x1764BE) is known color: Denim. HEX triplet: 17, 64 and BE. RGB value is (23,100,190). Sum of RGB (Red+Green+Blue) = 23+100+190=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #1764BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764BE is #E89B41. Grayscale: #565656. Windows color (decimal): -15244098 or 12477463. OLE color: 12477463.

HSL color Cylindrical-coordinate representation of color #1764BE: hue angle of 212.34º degrees, saturation: 0.78, 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 #1764BE is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 100 190 -
CMYK 0.88 0.47 0 0.25
HSL 212.34º 0.78% 0.42% -
HSV(B) 212.34º 0.88% 0.75% -
XYZ 14.2 13.01 50.48 -
YUV 87.24 185.99 82.18 -
System Red Green Blue C M Y K H S L
Decimal 23 100 190 0.88 0.47 0 0.25 212.34 0.78 0.42
Hex 17 64 BE 58 2F 0 19 D4 4E 2A
Octal 27 144 276 130 57 0 31 324 116 52
Binary 10111 1100100 10111110 1011000 101111 0 11001 11010100 1001110 101010

Color Harmonies of #1764BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1764BE

Black with #1764BE

Text Example


Text Example

White with #1764BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1764BE; }

 p { color: rgb(23,100,190); }

 H1.HeaderClassName
 {
   color: #1764BE;
 }
 .AnyTagClassName
 {
   color: #1764BE;
 }
</style>

background-color css

<style>
 a { background-color: #1764BE; }

 a { background-color: rgb(23,100,190); }

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

border-color css

<style>
 span { border-color: #1764BE; }

 span { border-color: rgb(23,100,190); }

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