Html Css Color HEX #1C6BB3 Denim

📋 copy color: '#1C6BB3'

red 28 ◦ green 107 ◦ blue 179

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

Shades of Denim #1C6BB3

Tints of Denim #1C6BB3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.08%

 BLUE value IS 179 (70.31% from 255) = 57.01%

R = 8.92%
G = 34.08%
B = 57.01%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1C6BB3 (or 0x1C6BB3) is known color: Denim. HEX triplet: 1C, 6B and B3. RGB value is (28,107,179). Sum of RGB (Red+Green+Blue) = 28+107+179=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C6BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6BB3 is #E3944C. Grayscale: #5B5B5B. Windows color (decimal): -14914637 or 11758364. OLE color: 11758364.

HSL color Cylindrical-coordinate representation of color #1C6BB3: hue angle of 208.61º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6BB3 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 28 107 179 -
CMYK 0.84 0.40 0 0.30
HSL 208.61º 0.73% 0.41% -
HSV(B) 208.61º 0.84% 0.7% -
XYZ 13.87 14.02 44.62 -
YUV 91.59 177.33 82.65 -
System Red Green Blue C M Y K H S L
Decimal 28 107 179 0.84 0.40 0 0.30 208.61 0.73 0.41
Hex 1C 6B B3 54 28 0 1E D1 49 29
Octal 34 153 263 124 50 0 36 321 111 51
Binary 11100 1101011 10110011 1010100 101000 0 11110 11010001 1001001 101001

Color Harmonies of #1C6BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6BB3

Black with #1C6BB3

Text Example


Text Example

White with #1C6BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,107,179); }

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

background-color css

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

 a { background-color: rgb(28,107,179); }

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

border-color css

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

 span { border-color: rgb(28,107,179); }

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