Html Css Color HEX #1C6AAE Denim

📋 copy color: '#1C6AAE'

red 28 ◦ green 106 ◦ blue 174

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

Shades of Denim #1C6AAE

Tints of Denim #1C6AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 9.09%
G = 34.42%
B = 56.49%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C6AAE (or 0x1C6AAE) is known color: Denim. HEX triplet: 1C, 6A and AE. RGB value is (28,106,174). Sum of RGB (Red+Green+Blue) = 28+106+174=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C6AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6AAE is #E39551. Grayscale: #5A5A5A. Windows color (decimal): -14914898 or 11430428. OLE color: 11430428.

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

Color convert

RGB 28 106 174 -
CMYK 0.84 0.39 0 0.32
HSL 207.95º 0.72% 0.4% -
HSV(B) 207.95º 0.84% 0.68% -
XYZ 13.27 13.61 41.97 -
YUV 90.43 175.16 83.47 -
System Red Green Blue C M Y K H S L
Decimal 28 106 174 0.84 0.39 0 0.32 207.95 0.72 0.4
Hex 1C 6A AE 54 27 0 20 D0 48 28
Octal 34 152 256 124 47 0 40 320 110 50
Binary 11100 1101010 10101110 1010100 100111 0 100000 11010000 1001000 101000

Color Harmonies of #1C6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6AAE

Black with #1C6AAE

Text Example


Text Example

White with #1C6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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