#1F68CB

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

Shades of Denim #1F68CB

Tints of Denim #1F68CB

Color information

#1F68CB (or 0x1F68CB) is unknown color: approx Denim. HEX triplet: 1F, 68 and CB. RGB value is (31,104,203). Sum of RGB (Red+Green+Blue) = 31+104+203=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F68CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F68CB is #E09734. Grayscale: #5C5C5C. Windows color (decimal): -14718773 or 13330463. OLE color: 13330463.

HSL color Cylindrical-coordinate representation of color #1F68CB: hue angle of 214.53º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F68CB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB31104203-
CMYK0.850.4900.20
HSL214.53º73.5%45.88%-
HSV(B)214.53º84.73%79.61%-
XYZ16.2914.558.44-
YUV93.46189.8283.45-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.17%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 203 (79.69% from 255) = 60.06%
R=9.17%
G=30.77%
B=60.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal311042030.850.4900.20214.5373.545.88
Hex1F68CB5531014d74a2e
Octal371503131256102432711256
Binary111111101000110010111010101110001010100110101111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F68CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,104,203); }

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

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

 a { background-color: rgb(31,104,203); }

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

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

 span { border-color: rgb(31,104,203); }

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