#1F62CE

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

Shades of Denim #1F62CE

Tints of Denim #1F62CE

Color information

#1F62CE (or 0x1F62CE) is unknown color: approx Denim. HEX triplet: 1F, 62 and CE. RGB value is (31,98,206). Sum of RGB (Red+Green+Blue) = 31+98+206=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F62CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F62CE is #E09D31. Grayscale: #595959. Windows color (decimal): -14720306 or 13525535. OLE color: 13525535.

HSL color Cylindrical-coordinate representation of color #1F62CE: hue angle of 217.03º 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 #1F62CE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3198206-
CMYK0.850.5200.19
HSL217.03º73.84%46.47%-
HSV(B)217.03º84.95%80.78%-
XYZ16.0713.4860.15-
YUV90.28193.385.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.25%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 206 (80.86% from 255) = 61.49%
R=9.25%
G=29.25%
B=61.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31982060.850.5200.19217.0373.8446.47
Hex1F62CE5534013d94a2e
Octal371423161256402333111256
Binary111111100010110011101010101110100010011110110011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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