#1F6CB2

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

Shades of Denim #1F6CB2

Tints of Denim #1F6CB2

Color information

#1F6CB2 (or 0x1F6CB2) is unknown color: approx Denim. HEX triplet: 1F, 6C and B2. RGB value is (31,108,178). Sum of RGB (Red+Green+Blue) = 31+108+178=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F6CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6CB2 is #E0934D. Grayscale: #5C5C5C. Windows color (decimal): -14717774 or 11693087. OLE color: 11693087.

HSL color Cylindrical-coordinate representation of color #1F6CB2: hue angle of 208.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F6CB2 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB31108178-
CMYK0.830.3900.30
HSL208.57º70.33%40.98%-
HSV(B)208.57º82.58%69.8%-
XYZ13.9614.2344.13-
YUV92.96175.9983.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.78%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 178 (69.92% from 255) = 56.15%
R=9.78%
G=34.07%
B=56.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal311081780.830.3900.30208.5770.3340.98
Hex1F6CB2532701Ed14629
Octal371542621234703632110651
Binary111111101100101100101010011100111011110110100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,108,178); }

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

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

 a { background-color: rgb(31,108,178); }

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

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

 span { border-color: rgb(31,108,178); }

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