#1f6bbc

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

Shades of Denim #1F6BBC

Tints of Denim #1F6BBC

Color information

#1F6BBC (or 0x1F6BBC) is unknown color: approx Denim. HEX triplet: 1F, 6B and BC. RGB value is (31,107,188). Sum of RGB (Red+Green+Blue) = 31+107+188=326 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.51% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F6BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6BBC is #E09443. Grayscale: #5D5D5D. Windows color (decimal): -14718020 or 12348191. OLE color: 12348191.

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

Color convert

RGB31107188-
CMYK0.840.4300.26
HSL210.96º71.69%42.94%-
HSV(B)210.96º83.51%73.73%-
XYZ14.914.4449.58-
YUV93.51181.3283.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.51%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 188 (73.83% from 255) = 57.67%
R=9.51%
G=32.82%
B=57.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal311071880.840.4300.26210.9671.6942.94
Hex1F6BBC542B01Ad3482b
Octal371532741245303232311053
Binary111111101011101111001010100101011011010110100111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6bbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,107,188); }

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

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

 a { background-color: rgb(31,107,188); }

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

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

 span { border-color: rgb(31,107,188); }

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