#251469

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

Shades of Midnight Blue #251469

Tints of Midnight Blue #251469

Color information

#251469 (or 0x251469) is unknown color: approx Midnight Blue. HEX triplet: 25, 14 and 69. RGB value is (37,20,105). Sum of RGB (Red+Green+Blue) = 37+20+105=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #251469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251469 is #DAEB96. Grayscale: #222222. Windows color (decimal): -14347159 or 6886437. OLE color: 6886437.

HSL color Cylindrical-coordinate representation of color #251469: hue angle of 252º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251469 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3720105-
CMYK0.650.8100.59
HSL252º68%24.51%-
HSV(B)252º80.95%41.18%-
XYZ3.561.9113.55-
YUV34.77167.63129.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 20 (8.20% from 255) = 12.35%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=22.84%
G=12.35%
B=64.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37201050.650.8100.592526824.51
Hex251469415103Bfc4419
Octal452415110112107337410431
Binary10010110100110100110000011010001011101111111100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251469; }

 p { color: rgb(37,20,105); }

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

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

 a { background-color: rgb(37,20,105); }

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

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

 span { border-color: rgb(37,20,105); }

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