Html Css Color HEX #1775C0 Denim

📋 copy color: '#1775C0'

red 23 ◦ green 117 ◦ blue 192

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

Shades of Denim #1775C0

Tints of Denim #1775C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 6.93%
G = 35.24%
B = 57.83%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1775C0 (or 0x1775C0) is known color: Denim. HEX triplet: 17, 75 and C0. RGB value is (23,117,192). Sum of RGB (Red+Green+Blue) = 23+117+192=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #1775C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775C0 is #E88A3F. Grayscale: #616161. Windows color (decimal): -15239744 or 12612887. OLE color: 12612887.

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

Color convert

RGB 23 117 192 -
CMYK 0.88 0.39 0 0.25
HSL 206.63º 0.79% 0.42% -
HSV(B) 206.63º 0.88% 0.75% -
XYZ 16.23 16.71 52.24 -
YUV 97.44 181.36 74.9 -
System Red Green Blue C M Y K H S L
Decimal 23 117 192 0.88 0.39 0 0.25 206.63 0.79 0.42
Hex 17 75 C0 58 27 0 19 CF 4F 2A
Octal 27 165 300 130 47 0 31 317 117 52
Binary 10111 1110101 11000000 1011000 100111 0 11001 11001111 1001111 101010

Color Harmonies of #1775C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775C0

Black with #1775C0

Text Example


Text Example

White with #1775C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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