Html Css Color HEX #1755C0 Denim

📋 copy color: '#1755C0'

red 23 ◦ green 85 ◦ blue 192

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

Shades of Denim #1755C0

Tints of Denim #1755C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 192 (75.39% from 255) = 64%

R = 7.67%
G = 28.33%
B = 64%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1755C0 (or 0x1755C0) is known color: Denim. HEX triplet: 17, 55 and C0. RGB value is (23,85,192). Sum of RGB (Red+Green+Blue) = 23+85+192=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #1755C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755C0 is #E8AA3F. Grayscale: #4E4E4E. Windows color (decimal): -15247936 or 12604695. OLE color: 12604695.

HSL color Cylindrical-coordinate representation of color #1755C0: hue angle of 217.99º 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 #1755C0 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 85 192 -
CMYK 0.88 0.56 0 0.25
HSL 217.99º 0.79% 0.42% -
HSV(B) 217.99º 0.88% 0.75% -
XYZ 13.12 10.48 51.2 -
YUV 78.66 191.96 88.3 -
System Red Green Blue C M Y K H S L
Decimal 23 85 192 0.88 0.56 0 0.25 217.99 0.79 0.42
Hex 17 55 C0 58 38 0 19 DA 4F 2A
Octal 27 125 300 130 70 0 31 332 117 52
Binary 10111 1010101 11000000 1011000 111000 0 11001 11011010 1001111 101010

Color Harmonies of #1755C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1755C0

Black with #1755C0

Text Example


Text Example

White with #1755C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1755C0; }

 p { color: rgb(23,85,192); }

 H1.HeaderClassName
 {
   color: #1755C0;
 }
 .AnyTagClassName
 {
   color: #1755C0;
 }
</style>

background-color css

<style>
 a { background-color: #1755C0; }

 a { background-color: rgb(23,85,192); }

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

border-color css

<style>
 span { border-color: #1755C0; }

 span { border-color: rgb(23,85,192); }

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