Html Css Color HEX #1C6DCB Denim

📋 copy color: '#1C6DCB'

red 28 ◦ green 109 ◦ blue 203

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

Shades of Denim #1C6DCB

Tints of Denim #1C6DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 8.24%
G = 32.06%
B = 59.71%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1C6DCB (or 0x1C6DCB) is known color: Denim. HEX triplet: 1C, 6D and CB. RGB value is (28,109,203). Sum of RGB (Red+Green+Blue) = 28+109+203=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C6DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6DCB is #E39234. Grayscale: #5F5F5F. Windows color (decimal): -14914101 or 13331740. OLE color: 13331740.

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

Color convert

RGB 28 109 203 -
CMYK 0.86 0.46 0 0.20
HSL 212.23º 0.76% 0.45% -
HSV(B) 212.23º 0.86% 0.8% -
XYZ 16.73 15.5 58.61 -
YUV 95.5 188.66 79.86 -
System Red Green Blue C M Y K H S L
Decimal 28 109 203 0.86 0.46 0 0.20 212.23 0.76 0.45
Hex 1C 6D CB 56 2E 0 14 D4 4C 2D
Octal 34 155 313 126 56 0 24 324 114 55
Binary 11100 1101101 11001011 1010110 101110 0 10100 11010100 1001100 101101

Color Harmonies of #1C6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6DCB

Black with #1C6DCB

Text Example


Text Example

White with #1C6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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