Html Css Color HEX #1C68AE Denim

📋 copy color: '#1C68AE'

red 28 ◦ green 104 ◦ blue 174

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

Shades of Denim #1C68AE

Tints of Denim #1C68AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

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

R = 9.15%
G = 33.99%
B = 56.86%

CMYK

 C value IS 0.84

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C68AE (or 0x1C68AE) is known color: Denim. HEX triplet: 1C, 68 and AE. RGB value is (28,104,174). Sum of RGB (Red+Green+Blue) = 28+104+174=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C68AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C68AE is #E39751. Grayscale: #585858. Windows color (decimal): -14915410 or 11429916. OLE color: 11429916.

HSL color Cylindrical-coordinate representation of color #1C68AE: hue angle of 208.77º 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 #1C68AE is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 104 174 -
CMYK 0.84 0.40 0 0.32
HSL 208.77º 0.72% 0.4% -
HSV(B) 208.77º 0.84% 0.68% -
XYZ 13.07 13.2 41.9 -
YUV 89.26 175.82 84.31 -
System Red Green Blue C M Y K H S L
Decimal 28 104 174 0.84 0.40 0 0.32 208.77 0.72 0.4
Hex 1C 68 AE 54 28 0 20 D1 48 28
Octal 34 150 256 124 50 0 40 321 110 50
Binary 11100 1101000 10101110 1010100 101000 0 100000 11010001 1001000 101000

Color Harmonies of #1C68AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C68AE

Black with #1C68AE

Text Example


Text Example

White with #1C68AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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