#000F33

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

Shades of Midnight Express #000F33

Tints of Midnight Express #000F33

Color information

#000F33 (or 0x000F33) is unknown color: approx Midnight Express. HEX triplet: 00, 0F and 33. RGB value is (0,15,51). Sum of RGB (Red+Green+Blue) = 0+15+51=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 51 (20.31% from 255 or 77.27% from 66); Max value from RGB is 51 - color contains mainly: blue. Hex color #000F33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F33 is #FFF0CC. Grayscale: #0E0E0E. Windows color (decimal): -16773325 or 3346176. OLE color: 3346176.

HSL color Cylindrical-coordinate representation of color #000F33: hue angle of 222.35º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F33 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB01551-
CMYK10.7100.8
HSL222.35º100%10%-
HSV(B)222.35º100%20%-
XYZ0.770.583.2-
YUV14.62148.53117.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 51 (20.31% from 255) = 77.27%
R=0%
G=22.73%
B=77.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal0155110.7100.8222.3510010
Hex0F336447050de64a
Octal01763144107012033614412
Binary0111111001111001001000111010100001101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F33; }

 p { color: rgb(0,15,51); }

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

<style>
 a { background-color: #000F33; }

 a { background-color: rgb(0,15,51); }

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

<style>
 span { border-color: #000F33; }

 span { border-color: rgb(0,15,51); }

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