Html Css Color HEX #1C71BC Denim

📋 copy color: '#1C71BC'

red 28 ◦ green 113 ◦ blue 188

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

Shades of Denim #1C71BC

Tints of Denim #1C71BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 8.51%
G = 34.35%
B = 57.14%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C71BC (or 0x1C71BC) is known color: Denim. HEX triplet: 1C, 71 and BC. RGB value is (28,113,188). Sum of RGB (Red+Green+Blue) = 28+113+188=329 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.51% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C71BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C71BC is #E38E43. Grayscale: #5F5F5F. Windows color (decimal): -14913092 or 12349724. OLE color: 12349724.

HSL color Cylindrical-coordinate representation of color #1C71BC: hue angle of 208.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C71BC is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 113 188 -
CMYK 0.85 0.40 0 0.26
HSL 208.13º 0.74% 0.42% -
HSV(B) 208.13º 0.85% 0.74% -
XYZ 15.46 15.69 49.79 -
YUV 96.14 179.84 79.4 -
System Red Green Blue C M Y K H S L
Decimal 28 113 188 0.85 0.40 0 0.26 208.13 0.74 0.42
Hex 1C 71 BC 55 28 0 1A D0 4A 2A
Octal 34 161 274 125 50 0 32 320 112 52
Binary 11100 1110001 10111100 1010101 101000 0 11010 11010000 1001010 101010

Color Harmonies of #1C71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C71BC

Black with #1C71BC

Text Example


Text Example

White with #1C71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,113,188); }

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

background-color css

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

 a { background-color: rgb(28,113,188); }

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

border-color css

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

 span { border-color: rgb(28,113,188); }

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