#0D2348

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

Shades of Midnight #0D2348

Tints of Midnight #0D2348

Color information

#0D2348 (or 0x0D2348) is unknown color: approx Midnight. HEX triplet: 0D, 23 and 48. RGB value is (13,35,72). Sum of RGB (Red+Green+Blue) = 13+35+72=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D2348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2348 is #F2DCB7. Grayscale: #202020. Windows color (decimal): -15916216 or 4727565. OLE color: 4727565.

HSL color Cylindrical-coordinate representation of color #0D2348: hue angle of 217.63º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D2348 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB133572-
CMYK0.820.5100.72
HSL217.63º69.41%16.67%-
HSV(B)217.63º81.94%28.24%-
XYZ1.941.766.37-
YUV32.64150.21113.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.83%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 72 (28.52% from 255) = 60%
R=10.83%
G=29.17%
B=60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1335720.820.5100.72217.6369.4116.67
HexD23485233048da4511
Octal154311012263011033210521
Binary1101100011100100010100101100110100100011011010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D2348; }

 p { color: rgb(13,35,72); }

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

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

 a { background-color: rgb(13,35,72); }

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

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

 span { border-color: rgb(13,35,72); }

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