Html Css Color HEX #1776BC Denim

📋 copy color: '#1776BC'

red 23 ◦ green 118 ◦ blue 188

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

Shades of Denim #1776BC

Tints of Denim #1776BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 6.99%
G = 35.87%
B = 57.14%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1776BC (or 0x1776BC) is known color: Denim. HEX triplet: 17, 76 and BC. RGB value is (23,118,188). Sum of RGB (Red+Green+Blue) = 23+118+188=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #1776BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776BC is #E88943. Grayscale: #616161. Windows color (decimal): -15239492 or 12350999. OLE color: 12350999.

HSL color Cylindrical-coordinate representation of color #1776BC: hue angle of 205.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1776BC is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 118 188 -
CMYK 0.88 0.37 0 0.26
HSL 205.45º 0.78% 0.41% -
HSV(B) 205.45º 0.88% 0.74% -
XYZ 15.91 16.77 49.98 -
YUV 97.58 179.03 74.81 -
System Red Green Blue C M Y K H S L
Decimal 23 118 188 0.88 0.37 0 0.26 205.45 0.78 0.41
Hex 17 76 BC 58 25 0 1A CD 4E 29
Octal 27 166 274 130 45 0 32 315 116 51
Binary 10111 1110110 10111100 1011000 100101 0 11010 11001101 1001110 101001

Color Harmonies of #1776BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1776BC

Black with #1776BC

Text Example


Text Example

White with #1776BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1776BC; }

 p { color: rgb(23,118,188); }

 H1.HeaderClassName
 {
   color: #1776BC;
 }
 .AnyTagClassName
 {
   color: #1776BC;
 }
</style>

background-color css

<style>
 a { background-color: #1776BC; }

 a { background-color: rgb(23,118,188); }

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

border-color css

<style>
 span { border-color: #1776BC; }

 span { border-color: rgb(23,118,188); }

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