#1F67AE

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

Shades of Denim #1F67AE

Tints of Denim #1F67AE

Color information

#1F67AE (or 0x1F67AE) is unknown color: approx Denim. HEX triplet: 1F, 67 and AE. RGB value is (31,103,174). Sum of RGB (Red+Green+Blue) = 31+103+174=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F67AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F67AE is #E09851. Grayscale: #595959. Windows color (decimal): -14719058 or 11429663. OLE color: 11429663.

HSL color Cylindrical-coordinate representation of color #1F67AE: hue angle of 209.79º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F67AE is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31103174-
CMYK0.820.4100.32
HSL209.79º69.76%40.2%-
HSV(B)209.79º82.18%68.24%-
XYZ13.0613.0541.87-
YUV89.57175.6586.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.06%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=10.06%
G=33.44%
B=56.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311031740.820.4100.32209.7969.7640.2
Hex1F67AE5229020d24628
Octal371472561225104032210650
Binary1111111001111010111010100101010010100000110100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F67AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,103,174); }

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

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

 a { background-color: rgb(31,103,174); }

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

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

 span { border-color: rgb(31,103,174); }

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