Html Css Color HEX #1C6DCE Denim

📋 copy color: '#1C6DCE'

red 28 ◦ green 109 ◦ blue 206

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

Shades of Denim #1C6DCE

Tints of Denim #1C6DCE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

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

R = 8.16%
G = 31.78%
B = 60.06%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C6DCE (or 0x1C6DCE) is known color: Denim. HEX triplet: 1C, 6D and CE. RGB value is (28,109,206). Sum of RGB (Red+Green+Blue) = 28+109+206=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6DCE is #E39231. Grayscale: #5F5F5F. Windows color (decimal): -14914098 or 13528348. OLE color: 13528348.

HSL color Cylindrical-coordinate representation of color #1C6DCE: hue angle of 212.7º 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 #1C6DCE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 28 109 206 -
CMYK 0.86 0.47 0 0.19
HSL 212.7º 0.76% 0.46% -
HSV(B) 212.7º 0.86% 0.81% -
XYZ 17.09 15.64 60.51 -
YUV 95.84 190.16 79.61 -
System Red Green Blue C M Y K H S L
Decimal 28 109 206 0.86 0.47 0 0.19 212.7 0.76 0.46
Hex 1C 6D CE 56 2F 0 13 D5 4C 2E
Octal 34 155 316 126 57 0 23 325 114 56
Binary 11100 1101101 11001110 1010110 101111 0 10011 11010101 1001100 101110

Color Harmonies of #1C6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6DCE

Black with #1C6DCE

Text Example


Text Example

White with #1C6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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