Html Css Color HEX #1772C5 Denim

📋 copy color: '#1772C5'

red 23 ◦ green 114 ◦ blue 197

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

Shades of Denim #1772C5

Tints of Denim #1772C5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 197 (77.34% from 255) = 58.98%

R = 6.89%
G = 34.13%
B = 58.98%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1772C5 (or 0x1772C5) is known color: Denim. HEX triplet: 17, 72 and C5. RGB value is (23,114,197). Sum of RGB (Red+Green+Blue) = 23+114+197=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #1772C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772C5 is #E88D3A. Grayscale: #5F5F5F. Windows color (decimal): -15240507 or 12939799. OLE color: 12939799.

HSL color Cylindrical-coordinate representation of color #1772C5: hue angle of 208.62º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1772C5 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 23 114 197 -
CMYK 0.88 0.42 0 0.23
HSL 208.62º 0.79% 0.43% -
HSV(B) 208.62º 0.88% 0.77% -
XYZ 16.45 16.25 55.09 -
YUV 96.25 184.85 75.75 -
System Red Green Blue C M Y K H S L
Decimal 23 114 197 0.88 0.42 0 0.23 208.62 0.79 0.43
Hex 17 72 C5 58 2A 0 17 D1 4F 2B
Octal 27 162 305 130 52 0 27 321 117 53
Binary 10111 1110010 11000101 1011000 101010 0 10111 11010001 1001111 101011

Color Harmonies of #1772C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1772C5

Black with #1772C5

Text Example


Text Example

White with #1772C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1772C5; }

 p { color: rgb(23,114,197); }

 H1.HeaderClassName
 {
   color: #1772C5;
 }
 .AnyTagClassName
 {
   color: #1772C5;
 }
</style>

background-color css

<style>
 a { background-color: #1772C5; }

 a { background-color: rgb(23,114,197); }

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

border-color css

<style>
 span { border-color: #1772C5; }

 span { border-color: rgb(23,114,197); }

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