#1f0c62

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

Shades of Midnight Blue #1F0C62

Tints of Midnight Blue #1F0C62

Color information

#1F0C62 (or 0x1F0C62) is unknown color: approx Midnight Blue. HEX triplet: 1F, 0C and 62. RGB value is (31,12,98). Sum of RGB (Red+Green+Blue) = 31+12+98=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #1F0C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0C62 is #E0F39D. Grayscale: #1B1B1B. Windows color (decimal): -14742430 or 6425631. OLE color: 6425631.

HSL color Cylindrical-coordinate representation of color #1F0C62: hue angle of 253.26º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F0C62 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB311298-
CMYK0.680.8800.62
HSL253.26º78.18%21.57%-
HSV(B)253.26º87.76%38.43%-
XYZ2.91.4411.68-
YUV27.48167.79130.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=21.99%
G=8.51%
B=69.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3112980.680.8800.62253.2678.1821.57
Hex1FC62445803Efd4e16
Octal371414210413007637511626
Binary111111100110001010001001011000011111011111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f0c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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