#0F1334

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

Shades of Midnight Express #0F1334

Tints of Midnight Express #0F1334

Color information

#0F1334 (or 0x0F1334) is unknown color: approx Midnight Express. HEX triplet: 0F, 13 and 34. RGB value is (15,19,52). Sum of RGB (Red+Green+Blue) = 15+19+52=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F1334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1334 is #F0ECCB. Grayscale: #151515. Windows color (decimal): -15789260 or 3412751. OLE color: 3412751.

HSL color Cylindrical-coordinate representation of color #0F1334: hue angle of 233.51º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1334 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB151952-
CMYK0.710.6300.80
HSL233.51º55.22%13.14%-
HSV(B)233.51º71.15%20.39%-
XYZ1.050.823.35-
YUV21.57145.17123.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 52 (20.70% from 255) = 60.47%
R=17.44%
G=22.09%
B=60.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1519520.710.6300.80233.5155.2213.14
HexF1334473F050ea37d
Octal1723641077701203526715
Binary111110011110100100011111111101010000111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,19,52); }

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

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

 a { background-color: rgb(15,19,52); }

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

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

 span { border-color: rgb(15,19,52); }

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