Html Css Color HEX #1C6ACE Denim

📋 copy color: '#1C6ACE'

red 28 ◦ green 106 ◦ blue 206

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

Shades of Denim #1C6ACE

Tints of Denim #1C6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 8.24%
G = 31.18%
B = 60.59%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1C6ACE (or 0x1C6ACE) is known color: Denim. HEX triplet: 1C, 6A and CE. RGB value is (28,106,206). Sum of RGB (Red+Green+Blue) = 28+106+206=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C6ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6ACE is #E39531. Grayscale: #5D5D5D. Windows color (decimal): -14914866 or 13527580. OLE color: 13527580.

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

Color convert

RGB 28 106 206 -
CMYK 0.86 0.49 0 0.19
HSL 213.71º 0.76% 0.46% -
HSV(B) 213.71º 0.86% 0.81% -
XYZ 16.77 15.01 60.41 -
YUV 94.08 191.16 80.87 -
System Red Green Blue C M Y K H S L
Decimal 28 106 206 0.86 0.49 0 0.19 213.71 0.76 0.46
Hex 1C 6A CE 56 31 0 13 D6 4C 2E
Octal 34 152 316 126 61 0 23 326 114 56
Binary 11100 1101010 11001110 1010110 110001 0 10011 11010110 1001100 101110

Color Harmonies of #1C6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6ACE

Black with #1C6ACE

Text Example


Text Example

White with #1C6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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