Html Css Color HEX #1D6CCE Denim

📋 copy color: '#1D6CCE'

red 29 ◦ green 108 ◦ blue 206

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

Shades of Denim #1D6CCE

Tints of Denim #1D6CCE

RGB

 RED value IS 29 (11.72% from 255) = 8.45%

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

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

R = 8.45%
G = 31.49%
B = 60.06%

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

#1D6CCE (or 0x1D6CCE) is known color: Denim. HEX triplet: 1D, 6C and CE. RGB value is (29,108,206). Sum of RGB (Red+Green+Blue) = 29+108+206=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 108 (42.58% from 255 or 31.49% 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 #1D6CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6CCE is #E29331. Grayscale: #5F5F5F. Windows color (decimal): -14848818 or 13528093. OLE color: 13528093.

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

Color convert

RGB 29 108 206 -
CMYK 0.86 0.48 0 0.19
HSL 213.22º 0.75% 0.46% -
HSV(B) 213.22º 0.86% 0.81% -
XYZ 17.01 15.44 60.48 -
YUV 95.55 190.33 80.53 -
System Red Green Blue C M Y K H S L
Decimal 29 108 206 0.86 0.48 0 0.19 213.22 0.75 0.46
Hex 1D 6C CE 56 30 0 13 D5 4B 2E
Octal 35 154 316 126 60 0 23 325 113 56
Binary 11101 1101100 11001110 1010110 110000 0 10011 11010101 1001011 101110

Color Harmonies of #1D6CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6CCE

Black with #1D6CCE

Text Example


Text Example

White with #1D6CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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