Html Css Color HEX #1876CB Denim

📋 copy color: '#1876CB'

red 24 ◦ green 118 ◦ blue 203

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

Shades of Denim #1876CB

Tints of Denim #1876CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 6.96%
G = 34.2%
B = 58.84%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1876CB (or 0x1876CB) is known color: Denim. HEX triplet: 18, 76 and CB. RGB value is (24,118,203). Sum of RGB (Red+Green+Blue) = 24+118+203=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #1876CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1876CB is #E78934. Grayscale: #636363. Windows color (decimal): -15173941 or 13334040. OLE color: 13334040.

HSL color Cylindrical-coordinate representation of color #1876CB: hue angle of 208.49º 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 #1876CB is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 118 203 -
CMYK 0.88 0.42 0 0.20
HSL 208.49º 0.79% 0.45% -
HSV(B) 208.49º 0.88% 0.8% -
XYZ 17.63 17.46 58.94 -
YUV 99.58 186.36 74.09 -
System Red Green Blue C M Y K H S L
Decimal 24 118 203 0.88 0.42 0 0.20 208.49 0.79 0.45
Hex 18 76 CB 58 2A 0 14 D0 4F 2D
Octal 30 166 313 130 52 0 24 320 117 55
Binary 11000 1110110 11001011 1011000 101010 0 10100 11010000 1001111 101101

Color Harmonies of #1876CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1876CB

Black with #1876CB

Text Example


Text Example

White with #1876CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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