#10264B

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

Shades of Midnight #10264B

Tints of Midnight #10264B

Color information

#10264B (or 0x10264B) is unknown color: approx Midnight. HEX triplet: 10, 26 and 4B. RGB value is (16,38,75). Sum of RGB (Red+Green+Blue) = 16+38+75=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #10264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10264B is #EFD9B4. Grayscale: #232323. Windows color (decimal): -15718837 or 4924944. OLE color: 4924944.

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

Color convert

RGB163875-
CMYK0.790.4900.71
HSL217.63º64.84%17.84%-
HSV(B)217.63º78.67%29.41%-
XYZ2.1826.93-
YUV35.64150.21113.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=12.40%
G=29.46%
B=58.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1638750.790.4900.71217.6364.8417.84
Hex10264B4F31047da4112
Octal204611311761010733210122
Binary10000100110100101110011111100010100011111011010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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