#1F62C6

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

Shades of Denim #1F62C6

Tints of Denim #1F62C6

Color information

#1F62C6 (or 0x1F62C6) is unknown color: approx Denim. HEX triplet: 1F, 62 and C6. RGB value is (31,98,198). Sum of RGB (Red+Green+Blue) = 31+98+198=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F62C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F62C6 is #E09D39. Grayscale: #585858. Windows color (decimal): -14720314 or 13001247. OLE color: 13001247.

HSL color Cylindrical-coordinate representation of color #1F62C6: hue angle of 215.93º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F62C6 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3198198-
CMYK0.840.5100.22
HSL215.93º72.93%44.9%-
HSV(B)215.93º84.34%77.65%-
XYZ15.1313.155.16-
YUV89.37189.386.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.48%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 198 (77.73% from 255) = 60.55%
R=9.48%
G=29.97%
B=60.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31981980.840.5100.22215.9372.9344.9
Hex1F62C65433016d8492d
Octal371423061246302633011155
Binary111111100010110001101010100110011010110110110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F62C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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