Html Css Color HEX #1876CC Denim

📋 copy color: '#1876CC'

red 24 ◦ green 118 ◦ blue 204

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

Shades of Denim #1876CC

Tints of Denim #1876CC

RGB

 RED value IS 24 (9.77% from 255) = 6.94%

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

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 6.94%
G = 34.1%
B = 58.96%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1876CC (or 0x1876CC) is known color: Denim. HEX triplet: 18, 76 and CC. RGB value is (24,118,204). Sum of RGB (Red+Green+Blue) = 24+118+204=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #1876CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876CC is #E78933. Grayscale: #636363. Windows color (decimal): -15173940 or 13399576. OLE color: 13399576.

HSL color Cylindrical-coordinate representation of color #1876CC: hue angle of 208.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1876CC is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 118 204 -
CMYK 0.88 0.42 0 0.2
HSL 208.67º 0.79% 0.45% -
HSV(B) 208.67º 0.88% 0.8% -
XYZ 17.75 17.51 59.57 -
YUV 99.7 186.86 74.01 -
System Red Green Blue C M Y K H S L
Decimal 24 118 204 0.88 0.42 0 0.2 208.67 0.79 0.45
Hex 18 76 CC 58 2A 0 14 D1 4F 2D
Octal 30 166 314 130 52 0 24 321 117 55
Binary 11000 1110110 11001100 1011000 101010 0 10100 11010001 1001111 101101

Color Harmonies of #1876CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1876CC

Black with #1876CC

Text Example


Text Example

White with #1876CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1876CC; }

 p { color: rgb(24,118,204); }

 H1.HeaderClassName
 {
   color: #1876CC;
 }
 .AnyTagClassName
 {
   color: #1876CC;
 }
</style>

background-color css

<style>
 a { background-color: #1876CC; }

 a { background-color: rgb(24,118,204); }

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

border-color css

<style>
 span { border-color: #1876CC; }

 span { border-color: rgb(24,118,204); }

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