#10274A

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

Shades of Midnight #10274A

Tints of Midnight #10274A

Color information

#10274A (or 0x10274A) is unknown color: approx Midnight. HEX triplet: 10, 27 and 4A. RGB value is (16,39,74). Sum of RGB (Red+Green+Blue) = 16+39+74=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #10274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10274A is #EFD8B5. Grayscale: #232323. Windows color (decimal): -15718582 or 4859664. OLE color: 4859664.

HSL color Cylindrical-coordinate representation of color #10274A: hue angle of 216.21º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10274A is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB163974-
CMYK0.780.4700.71
HSL216.21º64.44%17.65%-
HSV(B)216.21º78.38%29.02%-
XYZ2.182.066.76-
YUV36.11149.38113.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 74 (29.30% from 255) = 57.36%
R=12.40%
G=30.23%
B=57.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1639740.780.4700.71216.2164.4417.65
Hex10274A4E2F047d84012
Octal204711211657010733010022
Binary10000100111100101010011101011110100011111011000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10274A; }

 p { color: rgb(16,39,74); }

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

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

 a { background-color: rgb(16,39,74); }

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

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

 span { border-color: rgb(16,39,74); }

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