#140262

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

Shades of Midnight Blue #140262

Tints of Midnight Blue #140262

Color information

#140262 (or 0x140262) is unknown color: approx Midnight Blue. HEX triplet: 14, 02 and 62. RGB value is (20,2,98). Sum of RGB (Red+Green+Blue) = 20+2+98=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #140262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140262 is #EBFD9D. Grayscale: #111111. Windows color (decimal): -15465886 or 6423060. OLE color: 6423060.

HSL color Cylindrical-coordinate representation of color #140262: hue angle of 251.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140262 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB20298-
CMYK0.800.9800.62
HSL251.25º96%19.61%-
HSV(B)251.25º97.96%38.43%-
XYZ2.511.0711.63-
YUV18.33172.96129.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 98 (38.67% from 255) = 81.67%
R=16.67%
G=1.67%
B=81.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal202980.800.9800.62251.259619.61
Hex14262506203Efb6014
Octal24214212014207637314024
Binary1010010110001010100001100010011111011111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140262; }

 p { color: rgb(20,2,98); }

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

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

 a { background-color: rgb(20,2,98); }

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

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

 span { border-color: rgb(20,2,98); }

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