Html Css Color HEX #1C76CD Denim

📋 copy color: '#1C76CD'

red 28 ◦ green 118 ◦ blue 205

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

Shades of Denim #1C76CD

Tints of Denim #1C76CD

RGB

 RED value IS 28 (11.33% from 255) = 7.98%

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

 BLUE value IS 205 (80.47% from 255) = 58.4%

R = 7.98%
G = 33.62%
B = 58.4%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C76CD (or 0x1C76CD) is known color: Denim. HEX triplet: 1C, 76 and CD. RGB value is (28,118,205). Sum of RGB (Red+Green+Blue) = 28+118+205=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C76CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C76CD is #E38932. Grayscale: #646464. Windows color (decimal): -14911795 or 13465116. OLE color: 13465116.

HSL color Cylindrical-coordinate representation of color #1C76CD: hue angle of 209.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C76CD is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 28 118 205 -
CMYK 0.86 0.42 0 0.20
HSL 209.49º 0.76% 0.46% -
HSV(B) 209.49º 0.86% 0.8% -
XYZ 17.98 17.61 60.21 -
YUV 101.01 186.68 75.93 -
System Red Green Blue C M Y K H S L
Decimal 28 118 205 0.86 0.42 0 0.20 209.49 0.76 0.46
Hex 1C 76 CD 56 2A 0 14 D1 4C 2E
Octal 34 166 315 126 52 0 24 321 114 56
Binary 11100 1110110 11001101 1010110 101010 0 10100 11010001 1001100 101110

Color Harmonies of #1C76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C76CD

Black with #1C76CD

Text Example


Text Example

White with #1C76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C76CD; }

 p { color: rgb(28,118,205); }

 H1.HeaderClassName
 {
   color: #1C76CD;
 }
 .AnyTagClassName
 {
   color: #1C76CD;
 }
</style>

background-color css

<style>
 a { background-color: #1C76CD; }

 a { background-color: rgb(28,118,205); }

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

border-color css

<style>
 span { border-color: #1C76CD; }

 span { border-color: rgb(28,118,205); }

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