Html Css Color HEX #1C6CCE Denim

📋 copy color: '#1C6CCE'

red 28 ◦ green 108 ◦ blue 206

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

Shades of Denim #1C6CCE

Tints of Denim #1C6CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 206 (80.86% from 255) = 60.23%

R = 8.19%
G = 31.58%
B = 60.23%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C6CCE (or 0x1C6CCE) is known color: Denim. HEX triplet: 1C, 6C and CE. RGB value is (28,108,206). Sum of RGB (Red+Green+Blue) = 28+108+206=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C6CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6CCE is #E39331. Grayscale: #5E5E5E. Windows color (decimal): -14914354 or 13528092. OLE color: 13528092.

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

Color convert

RGB 28 108 206 -
CMYK 0.86 0.48 0 0.19
HSL 213.03º 0.76% 0.46% -
HSV(B) 213.03º 0.86% 0.81% -
XYZ 16.98 15.43 60.48 -
YUV 95.25 190.5 80.03 -
System Red Green Blue C M Y K H S L
Decimal 28 108 206 0.86 0.48 0 0.19 213.03 0.76 0.46
Hex 1C 6C CE 56 30 0 13 D5 4C 2E
Octal 34 154 316 126 60 0 23 325 114 56
Binary 11100 1101100 11001110 1010110 110000 0 10011 11010101 1001100 101110

Color Harmonies of #1C6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6CCE

Black with #1C6CCE

Text Example


Text Example

White with #1C6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,108,206); }

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

background-color css

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

 a { background-color: rgb(28,108,206); }

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

border-color css

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

 span { border-color: rgb(28,108,206); }

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