#10284B

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

Shades of Midnight #10284B

Tints of Midnight #10284B

Color information

#10284B (or 0x10284B) is unknown color: approx Midnight. HEX triplet: 10, 28 and 4B. RGB value is (16,40,75). Sum of RGB (Red+Green+Blue) = 16+40+75=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #10284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10284B is #EFD7B4. Grayscale: #242424. Windows color (decimal): -15718325 or 4925456. OLE color: 4925456.

HSL color Cylindrical-coordinate representation of color #10284B: hue angle of 215.59º 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 #10284B is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB164075-
CMYK0.790.4700.71
HSL215.59º64.84%17.84%-
HSV(B)215.59º78.67%29.41%-
XYZ2.242.146.95-
YUV36.81149.55113.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=12.21%
G=30.53%
B=57.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1640750.790.4700.71215.5964.8417.84
Hex10284B4F2F047d84112
Octal205011311757010733010122
Binary10000101000100101110011111011110100011111011000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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