Html Css Color HEX #1C6BAD Denim

📋 copy color: '#1C6BAD'

red 28 ◦ green 107 ◦ blue 173

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

Shades of Denim #1C6BAD

Tints of Denim #1C6BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.17%

R = 9.09%
G = 34.74%
B = 56.17%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C6BAD (or 0x1C6BAD) is known color: Denim. HEX triplet: 1C, 6B and AD. RGB value is (28,107,173). Sum of RGB (Red+Green+Blue) = 28+107+173=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C6BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6BAD is #E39452. Grayscale: #5A5A5A. Windows color (decimal): -14914643 or 11365148. OLE color: 11365148.

HSL color Cylindrical-coordinate representation of color #1C6BAD: hue angle of 207.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6BAD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 107 173 -
CMYK 0.84 0.38 0 0.32
HSL 207.31º 0.72% 0.39% -
HSV(B) 207.31º 0.84% 0.68% -
XYZ 13.28 13.78 41.49 -
YUV 90.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 28 107 173 0.84 0.38 0 0.32 207.31 0.72 0.39
Hex 1C 6B AD 54 26 0 20 CF 48 27
Octal 34 153 255 124 46 0 40 317 110 47
Binary 11100 1101011 10101101 1010100 100110 0 100000 11001111 1001000 100111

Color Harmonies of #1C6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6BAD

Black with #1C6BAD

Text Example


Text Example

White with #1C6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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