Html Css Color HEX #1C6ABF Denim

📋 copy color: '#1C6ABF'

red 28 ◦ green 106 ◦ blue 191

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

Shades of Denim #1C6ABF

Tints of Denim #1C6ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.62%

 BLUE value IS 191 (75% from 255) = 58.77%

R = 8.62%
G = 32.62%
B = 58.77%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C6ABF (or 0x1C6ABF) is known color: Denim. HEX triplet: 1C, 6A and BF. RGB value is (28,106,191). Sum of RGB (Red+Green+Blue) = 28+106+191=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C6ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6ABF is #E39540. Grayscale: #5B5B5B. Windows color (decimal): -14914881 or 12544540. OLE color: 12544540.

HSL color Cylindrical-coordinate representation of color #1C6ABF: hue angle of 211.29º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C6ABF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 106 191 -
CMYK 0.85 0.45 0 0.25
HSL 211.29º 0.74% 0.43% -
HSV(B) 211.29º 0.85% 0.75% -
XYZ 15.04 14.32 51.26 -
YUV 92.37 183.66 82.09 -
System Red Green Blue C M Y K H S L
Decimal 28 106 191 0.85 0.45 0 0.25 211.29 0.74 0.43
Hex 1C 6A BF 55 2D 0 19 D3 4A 2B
Octal 34 152 277 125 55 0 31 323 112 53
Binary 11100 1101010 10111111 1010101 101101 0 11001 11010011 1001010 101011

Color Harmonies of #1C6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6ABF

Black with #1C6ABF

Text Example


Text Example

White with #1C6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,106,191); }

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

background-color css

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

 a { background-color: rgb(28,106,191); }

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

border-color css

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

 span { border-color: rgb(28,106,191); }

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