#1F73CE

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

Shades of Denim #1F73CE

Tints of Denim #1F73CE

Color information

#1F73CE (or 0x1F73CE) is unknown color: approx Denim. HEX triplet: 1F, 73 and CE. RGB value is (31,115,206). Sum of RGB (Red+Green+Blue) = 31+115+206=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F73CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F73CE is #E08C31. Grayscale: #636363. Windows color (decimal): -14715954 or 13529887. OLE color: 13529887.

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

Color convert

RGB31115206-
CMYK0.850.4400.19
HSL211.2º73.84%46.47%-
HSV(B)211.2º84.95%80.78%-
XYZ17.8417.0160.74-
YUV100.26187.6778.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.81%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 206 (80.86% from 255) = 58.52%
R=8.81%
G=32.67%
B=58.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal311152060.850.4400.19211.273.8446.47
Hex1F73CE552C013d34a2e
Octal371633161255402332311256
Binary111111110011110011101010101101100010011110100111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F73CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,115,206); }

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

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

 a { background-color: rgb(31,115,206); }

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

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

 span { border-color: rgb(31,115,206); }

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