#10274B

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

Shades of Midnight #10274B

Tints of Midnight #10274B

Color information

#10274B (or 0x10274B) is unknown color: approx Midnight. HEX triplet: 10, 27 and 4B. RGB value is (16,39,75). Sum of RGB (Red+Green+Blue) = 16+39+75=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #10274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10274B is #EFD8B4. Grayscale: #242424. Windows color (decimal): -15718581 or 4925200. OLE color: 4925200.

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

Color convert

RGB163975-
CMYK0.790.4800.71
HSL216.61º64.84%17.84%-
HSV(B)216.61º78.67%29.41%-
XYZ2.212.076.94-
YUV36.23149.88113.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=12.31%
G=30%
B=57.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1639750.790.4800.71216.6164.8417.84
Hex10274B4F30047d94112
Octal204711311760010733110122
Binary10000100111100101110011111100000100011111011001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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