#1C81CB

Color #1C81CB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1C81CB

Tints of Denim #1C81CB

Color information

#1C81CB (or 0x1C81CB) is unknown color: approx Denim. HEX triplet: 1C, 81 and CB. RGB value is (28,129,203). Sum of RGB (Red+Green+Blue) = 28+129+203=360 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.78% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C81CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C81CB is #E37E34. Grayscale: #6A6A6A. Windows color (decimal): -14908981 or 13336860. OLE color: 13336860.

HSL color Cylindrical-coordinate representation of color #1C81CB: hue angle of 205.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C81CB is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB28129203-
CMYK0.860.3600.20
HSL205.37º75.76%45.29%-
HSV(B)205.37º86.21%79.61%-
XYZ19.1120.2659.4-
YUV107.24182.0471.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.78%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=7.78%
G=35.83%
B=56.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal281292030.860.3600.20205.3775.7645.29
Hex1C81CB5624014cd4c2d
Octal342013131264402431511455
Binary1110010000001110010111010110100100010100110011011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C81CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,129,203); }

 H1.HeaderClassName
 {
   color: #1C81CB;
 }
 .AnyTagClassName
 {
   color: #1C81CB;
 }
</style>
background-color css

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

 a { background-color: rgb(28,129,203); }

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

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

 span { border-color: rgb(28,129,203); }

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