Html Css Color HEX #1C6EBC Denim

📋 copy color: '#1C6EBC'

red 28 ◦ green 110 ◦ blue 188

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

Shades of Denim #1C6EBC

Tints of Denim #1C6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

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

R = 8.59%
G = 33.74%
B = 57.67%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C6EBC (or 0x1C6EBC) is known color: Denim. HEX triplet: 1C, 6E and BC. RGB value is (28,110,188). Sum of RGB (Red+Green+Blue) = 28+110+188=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C6EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6EBC is #E39143. Grayscale: #5D5D5D. Windows color (decimal): -14913860 or 12348956. OLE color: 12348956.

HSL color Cylindrical-coordinate representation of color #1C6EBC: hue angle of 209.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C6EBC is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 110 188 -
CMYK 0.85 0.41 0 0.26
HSL 209.25º 0.74% 0.42% -
HSV(B) 209.25º 0.85% 0.74% -
XYZ 15.13 15.03 49.68 -
YUV 94.37 180.83 80.66 -
System Red Green Blue C M Y K H S L
Decimal 28 110 188 0.85 0.41 0 0.26 209.25 0.74 0.42
Hex 1C 6E BC 55 29 0 1A D1 4A 2A
Octal 34 156 274 125 51 0 32 321 112 52
Binary 11100 1101110 10111100 1010101 101001 0 11010 11010001 1001010 101010

Color Harmonies of #1C6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6EBC

Black with #1C6EBC

Text Example


Text Example

White with #1C6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,110,188); }

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

background-color css

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

 a { background-color: rgb(28,110,188); }

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

border-color css

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

 span { border-color: rgb(28,110,188); }

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