Html Css Color HEX #1C6CCD Denim

📋 copy color: '#1C6CCD'

red 28 ◦ green 108 ◦ blue 205

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

Shades of Denim #1C6CCD

Tints of Denim #1C6CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 8.21%
G = 31.67%
B = 60.12%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C6CCD (or 0x1C6CCD) is known color: Denim. HEX triplet: 1C, 6C and CD. RGB value is (28,108,205). Sum of RGB (Red+Green+Blue) = 28+108+205=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C6CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6CCD is #E39332. Grayscale: #5E5E5E. Windows color (decimal): -14914355 or 13462556. OLE color: 13462556.

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

Color convert

RGB 28 108 205 -
CMYK 0.86 0.47 0 0.20
HSL 212.88º 0.76% 0.46% -
HSV(B) 212.88º 0.86% 0.8% -
XYZ 16.86 15.38 59.84 -
YUV 95.14 190 80.11 -
System Red Green Blue C M Y K H S L
Decimal 28 108 205 0.86 0.47 0 0.20 212.88 0.76 0.46
Hex 1C 6C CD 56 2F 0 14 D5 4C 2E
Octal 34 154 315 126 57 0 24 325 114 56
Binary 11100 1101100 11001101 1010110 101111 0 10100 11010101 1001100 101110

Color Harmonies of #1C6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6CCD

Black with #1C6CCD

Text Example


Text Example

White with #1C6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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