Html Css Color HEX #1772BE Denim

📋 copy color: '#1772BE'

red 23 ◦ green 114 ◦ blue 190

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

Shades of Denim #1772BE

Tints of Denim #1772BE

RGB

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

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

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

R = 7.03%
G = 34.86%
B = 58.1%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1772BE (or 0x1772BE) is known color: Denim. HEX triplet: 17, 72 and BE. RGB value is (23,114,190). Sum of RGB (Red+Green+Blue) = 23+114+190=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #1772BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772BE is #E88D41. Grayscale: #5F5F5F. Windows color (decimal): -15240514 or 12481047. OLE color: 12481047.

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

Color convert

RGB 23 114 190 -
CMYK 0.88 0.40 0 0.25
HSL 207.31º 0.78% 0.42% -
HSV(B) 207.31º 0.88% 0.75% -
XYZ 15.66 15.93 50.97 -
YUV 95.46 181.35 76.32 -
System Red Green Blue C M Y K H S L
Decimal 23 114 190 0.88 0.40 0 0.25 207.31 0.78 0.42
Hex 17 72 BE 58 28 0 19 CF 4E 2A
Octal 27 162 276 130 50 0 31 317 116 52
Binary 10111 1110010 10111110 1011000 101000 0 11001 11001111 1001110 101010

Color Harmonies of #1772BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1772BE

Black with #1772BE

Text Example


Text Example

White with #1772BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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