#1F69B6

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

Shades of Denim #1F69B6

Tints of Denim #1F69B6

Color information

#1F69B6 (or 0x1F69B6) is unknown color: approx Denim. HEX triplet: 1F, 69 and B6. RGB value is (31,105,182). Sum of RGB (Red+Green+Blue) = 31+105+182=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 182 (71.48% from 255 or 57.23% from 318); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F69B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F69B6 is #E09649. Grayscale: #5B5B5B. Windows color (decimal): -14718538 or 11954463. OLE color: 11954463.

HSL color Cylindrical-coordinate representation of color #1F69B6: hue angle of 210.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F69B6 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB31105182-
CMYK0.830.4200.29
HSL210.6º70.89%41.76%-
HSV(B)210.6º82.97%71.37%-
XYZ14.0613.7746.17-
YUV91.65178.9884.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.75%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 182 (71.48% from 255) = 57.23%
R=9.75%
G=33.02%
B=57.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311051820.830.4200.29210.670.8941.76
Hex1F69B6532A01Dd3472a
Octal371512661235203532310752
Binary111111101001101101101010011101010011101110100111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,105,182); }

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

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

 a { background-color: rgb(31,105,182); }

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

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

 span { border-color: rgb(31,105,182); }

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