Html Css Color HEX #1777C0 Denim

📋 copy color: '#1777C0'

red 23 ◦ green 119 ◦ blue 192

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

Shades of Denim #1777C0

Tints of Denim #1777C0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 6.89%
G = 35.63%
B = 57.49%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1777C0 (or 0x1777C0) is known color: Denim. HEX triplet: 17, 77 and C0. RGB value is (23,119,192). Sum of RGB (Red+Green+Blue) = 23+119+192=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #1777C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777C0 is #E8883F. Grayscale: #626262. Windows color (decimal): -15239232 or 12613399. OLE color: 12613399.

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

Color convert

RGB 23 119 192 -
CMYK 0.88 0.38 0 0.25
HSL 205.92º 0.79% 0.42% -
HSV(B) 205.92º 0.88% 0.75% -
XYZ 16.46 17.18 52.32 -
YUV 98.62 180.7 74.06 -
System Red Green Blue C M Y K H S L
Decimal 23 119 192 0.88 0.38 0 0.25 205.92 0.79 0.42
Hex 17 77 C0 58 26 0 19 CE 4F 2A
Octal 27 167 300 130 46 0 31 316 117 52
Binary 10111 1110111 11000000 1011000 100110 0 11001 11001110 1001111 101010

Color Harmonies of #1777C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1777C0

Black with #1777C0

Text Example


Text Example

White with #1777C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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